org.mobicents.media.server.impl.rtcp
Class RtcpReceptionReport

java.lang.Object
  extended by org.mobicents.media.server.impl.rtcp.RtcpCommonHeader
      extended by org.mobicents.media.server.impl.rtcp.RtcpReceptionReport

public class RtcpReceptionReport
extends RtcpCommonHeader

Author:
amit bhayani

Field Summary
 
Fields inherited from class org.mobicents.media.server.impl.rtcp.RtcpCommonHeader
count, length, padding, pt, RTCP_APP, RTCP_BYE, RTCP_RR, RTCP_SDES, RTCP_SR, version
 
Constructor Summary
protected RtcpReceptionReport()
           
  RtcpReceptionReport(boolean padding, long ssrc)
           
 
Method Summary
 void addRtcpReceptionReportItem(RtcpReceptionReportItem rtcpReceptionReportItem)
           
protected  int decode(byte[] rawData, int offSet)
           
protected  int encode(byte[] rawData, int offSet)
           
 RtcpReceptionReportItem[] getRtcpReceptionReports()
           
 long getSsrc()
           
 
Methods inherited from class org.mobicents.media.server.impl.rtcp.RtcpCommonHeader
getCount, getLength, getPt, getVersion, isPadding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RtcpReceptionReport

protected RtcpReceptionReport()

RtcpReceptionReport

public RtcpReceptionReport(boolean padding,
                           long ssrc)
Method Detail

decode

protected int decode(byte[] rawData,
                     int offSet)
Overrides:
decode in class RtcpCommonHeader

encode

protected int encode(byte[] rawData,
                     int offSet)
Overrides:
encode in class RtcpCommonHeader

getSsrc

public long getSsrc()

getRtcpReceptionReports

public RtcpReceptionReportItem[] getRtcpReceptionReports()

addRtcpReceptionReportItem

public void addRtcpReceptionReportItem(RtcpReceptionReportItem rtcpReceptionReportItem)


Copyright © 2010. All Rights Reserved.