org.mobicents.media.server.impl.rtcp
Class RtcpReceptionReportItem

java.lang.Object
  extended by org.mobicents.media.server.impl.rtcp.RtcpReceptionReportItem

public class RtcpReceptionReportItem
extends java.lang.Object

Author:
amit bhayani

Constructor Summary
protected RtcpReceptionReportItem()
           
  RtcpReceptionReportItem(long ssrc, int fraction, int lost, int SeqNumCycle, long lastSeq, int jitter, long lsr, long dlsr)
           
 
Method Summary
protected  int decode(byte[] rawData, int offSet)
           
protected  int encode(byte[] rawData, int offSet)
           
 long getDlsr()
           
 int getFraction()
           
 int getJitter()
           
 long getLastSeq()
           
 int getLost()
           
 long getLsr()
           
 int getSeqNumCycle()
           
 long getSsrc()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RtcpReceptionReportItem

protected RtcpReceptionReportItem()

RtcpReceptionReportItem

public RtcpReceptionReportItem(long ssrc,
                               int fraction,
                               int lost,
                               int SeqNumCycle,
                               long lastSeq,
                               int jitter,
                               long lsr,
                               long dlsr)
Method Detail

getSsrc

public long getSsrc()

getFraction

public int getFraction()

getLost

public int getLost()

getSeqNumCycle

public int getSeqNumCycle()

getLastSeq

public long getLastSeq()

getJitter

public int getJitter()

getLsr

public long getLsr()

getDlsr

public long getDlsr()

decode

protected int decode(byte[] rawData,
                     int offSet)

encode

protected int encode(byte[] rawData,
                     int offSet)


Copyright © 2010. All Rights Reserved.