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

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

public class RtcpSdesItem
extends java.lang.Object

Author:
amit bhayani

Field Summary
static short RTCP_SDES_CNAME
           
static short RTCP_SDES_EMAIL
           
static short RTCP_SDES_END
           
static short RTCP_SDES_LOC
           
static short RTCP_SDES_NAME
           
static short RTCP_SDES_NOTE
           
static short RTCP_SDES_PHONE
           
static short RTCP_SDES_PRIV
           
static short RTCP_SDES_TOOL
           
 
Constructor Summary
protected RtcpSdesItem()
           
  RtcpSdesItem(short type, java.lang.String text)
           
 
Method Summary
protected  int decode(byte[] rawData, int offSet)
           
protected  int encode(byte[] rawData, int offSet)
           
 int getLength()
           
 java.lang.String getText()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

RtcpSdesItem

public RtcpSdesItem(short type,
                    java.lang.String text)

RtcpSdesItem

protected RtcpSdesItem()
Method Detail

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.