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

java.lang.Object
  extended by org.mobicents.media.server.impl.rtcp.RtcpPacket
All Implemented Interfaces:
java.io.Serializable

public class RtcpPacket
extends java.lang.Object
implements java.io.Serializable

Author:
amit bhayani
See Also:
Serialized Form

Constructor Summary
RtcpPacket()
           
RtcpPacket(RtcpSenderReport rtcpSenderReport, RtcpReceptionReport rtcpReceptionReport, RtcpSdes rtcpSdes, RtcpBye rtcpBye, RtcpAppDefined rtcpAppDefined)
           
 
Method Summary
 int decode(byte[] rawData, int offSet)
           
 int encode(byte[] rawData, int offSet)
           
 int getNoOfPackets()
           
 int getPacketSize()
           
 RtcpAppDefined getRtcpAppDefined()
           
 RtcpBye getRtcpBye()
           
 RtcpReceptionReport getRtcpReceptionReport()
           
 RtcpSdes getRtcpSdes()
           
 RtcpSenderReport getRtcpSenderReport()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RtcpPacket

public RtcpPacket()

RtcpPacket

public RtcpPacket(RtcpSenderReport rtcpSenderReport,
                  RtcpReceptionReport rtcpReceptionReport,
                  RtcpSdes rtcpSdes,
                  RtcpBye rtcpBye,
                  RtcpAppDefined rtcpAppDefined)
Method Detail

decode

public int decode(byte[] rawData,
                  int offSet)

encode

public int encode(byte[] rawData,
                  int offSet)

getRtcpSenderReport

public RtcpSenderReport getRtcpSenderReport()

getRtcpReceptionReport

public RtcpReceptionReport getRtcpReceptionReport()

getRtcpSdes

public RtcpSdes getRtcpSdes()

getRtcpBye

public RtcpBye getRtcpBye()

getRtcpAppDefined

public RtcpAppDefined getRtcpAppDefined()

getNoOfPackets

public int getNoOfPackets()

getPacketSize

public int getPacketSize()


Copyright © 2010. All Rights Reserved.