|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.fmj.media.rtp.RTCPFeedback
public class RTCPFeedback
Represents an RTCP Feedback report
Field Summary | |
---|---|
static int |
SIZE
The size of a feedback report in bytes |
Constructor Summary | |
---|---|
RTCPFeedback(byte[] data,
int offset,
int length)
Creates a new RTCP Feedback report |
Method Summary | |
---|---|
long |
getDLSR()
|
int |
getFractionLost()
|
long |
getJitter()
|
long |
getLSR()
|
long |
getNumLost()
|
long |
getSSRC()
|
long |
getXtndSeqNum()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SIZE
Constructor Detail |
---|
public RTCPFeedback(byte[] data, int offset, int length) throws java.io.IOException
data
- The data to read fromoffset
- The offset into the data where the report startslength
- The length of the report
java.io.IOException
Method Detail |
---|
public long getSSRC()
getSSRC
in interface Feedback
public int getFractionLost()
getFractionLost
in interface Feedback
public long getNumLost()
getNumLost
in interface Feedback
public long getXtndSeqNum()
getXtndSeqNum
in interface Feedback
public long getJitter()
getJitter
in interface Feedback
public long getLSR()
getLSR
in interface Feedback
public long getDLSR()
getDLSR
in interface Feedback
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |