|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.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 Feedbackpublic int getFractionLost()
getFractionLost in interface Feedbackpublic long getNumLost()
getNumLost in interface Feedbackpublic long getXtndSeqNum()
getXtndSeqNum in interface Feedbackpublic long getJitter()
getJitter in interface Feedbackpublic long getLSR()
getLSR in interface Feedbackpublic long getDLSR()
getDLSR in interface Feedback
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||