net.sf.fmj.media.rtp
Class RTCPReceiverReport

java.lang.Object
  extended by net.sf.fmj.media.rtp.RTCPReport
      extended by net.sf.fmj.media.rtp.RTCPReceiverReport
All Implemented Interfaces:
ReceiverReport, Report

public class RTCPReceiverReport
extends RTCPReport
implements ReceiverReport

Represents an RTCP Receiver Report

Version:
1-1-alpha3
Author:
Andrew G D Rowley

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

RTCPReceiverReport

public RTCPReceiverReport(byte[] data,
                          int offset,
                          int length)
                   throws java.io.IOException
Creates a new RTCPReceiverReport

Parameters:
data - The data of the report
offset - The offset in the data where the report starts
length - The length of the data
Throws:
java.io.IOException