|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.fmj.media.rtp.RTCPReport
net.sf.fmj.media.rtp.RTCPReceiverReport
public class RTCPReceiverReport
Represents an RTCP Receiver Report
| Field Summary |
|---|
| Fields inherited from class net.sf.fmj.media.rtp.RTCPReport |
|---|
feedbackReports, header, participant, sdesBytes, sourceDescriptions |
| Constructor Summary | |
|---|---|
RTCPReceiverReport(byte[] data,
int offset,
int length)
Creates a new RTCPReceiverReport |
|
| Method Summary |
|---|
| Methods inherited from class net.sf.fmj.media.rtp.RTCPReport |
|---|
getByeReason, getCName, getFeedbackReports, getParticipant, getSourceDescription, getSSRC, isByePacket, readBye, readFeedbackReports, readSourceDescription, setParticipant |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.media.rtp.rtcp.Report |
|---|
getFeedbackReports, getParticipant, getSourceDescription, getSSRC |
| Constructor Detail |
|---|
public RTCPReceiverReport(byte[] data,
int offset,
int length)
throws java.io.IOException
data - The data of the reportoffset - The offset in the data where the report startslength - The length of the data
java.io.IOException - I/O Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||