org.mobicents.media.server.impl.rtcp
Class RtcpReceptionReportItem
java.lang.Object
org.mobicents.media.server.impl.rtcp.RtcpReceptionReportItem
public class RtcpReceptionReportItem
- extends java.lang.Object
- Author:
- amit bhayani
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RtcpReceptionReportItem
protected RtcpReceptionReportItem()
RtcpReceptionReportItem
public RtcpReceptionReportItem(long ssrc,
int fraction,
int lost,
int SeqNumCycle,
long lastSeq,
int jitter,
long lsr,
long dlsr)
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.