org.mobicents.media.server.impl.rtcp
Class RtcpSdesItem
java.lang.Object
org.mobicents.media.server.impl.rtcp.RtcpSdesItem
public class RtcpSdesItem
- 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_SDES_END
public static final short RTCP_SDES_END
- See Also:
- Constant Field Values
RTCP_SDES_CNAME
public static final short RTCP_SDES_CNAME
- See Also:
- Constant Field Values
RTCP_SDES_NAME
public static final short RTCP_SDES_NAME
- See Also:
- Constant Field Values
RTCP_SDES_EMAIL
public static final short RTCP_SDES_EMAIL
- See Also:
- Constant Field Values
RTCP_SDES_PHONE
public static final short RTCP_SDES_PHONE
- See Also:
- Constant Field Values
RTCP_SDES_LOC
public static final short RTCP_SDES_LOC
- See Also:
- Constant Field Values
RTCP_SDES_TOOL
public static final short RTCP_SDES_TOOL
- See Also:
- Constant Field Values
RTCP_SDES_NOTE
public static final short RTCP_SDES_NOTE
- See Also:
- Constant Field Values
RTCP_SDES_PRIV
public static final short RTCP_SDES_PRIV
- See Also:
- Constant Field Values
RtcpSdesItem
public RtcpSdesItem(short type,
java.lang.String text)
RtcpSdesItem
protected RtcpSdesItem()
decode
protected int decode(byte[] rawData,
int offSet)
encode
protected int encode(byte[] rawData,
int offSet)
getType
public int getType()
getLength
public int getLength()
getText
public java.lang.String getText()
Copyright © 2010. All Rights Reserved.