org.mobicents.media.server.impl.rtcp
Class RtcpCommonHeader
java.lang.Object
org.mobicents.media.server.impl.rtcp.RtcpCommonHeader
- Direct Known Subclasses:
- RtcpAppDefined, RtcpBye, RtcpReceptionReport, RtcpSdes, RtcpSenderReport
public abstract class RtcpCommonHeader
- extends java.lang.Object
- Author:
- amit bhayani
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RTCP_SR
public static final int RTCP_SR
- See Also:
- Constant Field Values
RTCP_RR
public static final int RTCP_RR
- See Also:
- Constant Field Values
RTCP_SDES
public static final int RTCP_SDES
- See Also:
- Constant Field Values
RTCP_BYE
public static final int RTCP_BYE
- See Also:
- Constant Field Values
RTCP_APP
public static final int RTCP_APP
- See Also:
- Constant Field Values
version
protected int version
- Common Header
padding
protected boolean padding
count
protected int count
pt
protected int pt
length
protected int length
RtcpCommonHeader
protected RtcpCommonHeader()
RtcpCommonHeader
public RtcpCommonHeader(boolean padding,
int pt)
decode
protected int decode(byte[] rawData,
int offSet)
encode
protected int encode(byte[] rawData,
int offSet)
getVersion
public int getVersion()
isPadding
public boolean isPadding()
getCount
public int getCount()
getPt
public int getPt()
getLength
public int getLength()
Copyright © 2010. All Rights Reserved.