org.mobicents.media.server.impl.rtcp
Class RtcpPacket
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RtcpPacket
public RtcpPacket()
RtcpPacket
public RtcpPacket(RtcpSenderReport rtcpSenderReport,
RtcpReceptionReport rtcpReceptionReport,
RtcpSdes rtcpSdes,
RtcpBye rtcpBye,
RtcpAppDefined rtcpAppDefined)
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.