fm.liveswitch.SdesItem Class Reference

An RTCP source description item. More...

Public Member Functions

fm.liveswitch.DataBuffer getDataBuffer ()
 Gets the data buffer. More...
 
int getLength ()
 Gets the length. More...
 
String getText ()
 Gets the text. More...
 
int getType ()
 Gets the type. More...
 
 SdesItem (fm.liveswitch.DataBuffer buffer)
 Initializes a new instance of the fm.liveswitch.SdesItem class. More...
 
 SdesItem (int type, String text)
 Initializes a new instance of the fm.liveswitch.SdesItem class. More...
 

Static Public Member Functions

static int getFixedPayloadHeaderLength ()
 Gets the fixed payload header length. More...
 

Detailed Description

An RTCP source description item.

Constructor & Destructor Documentation

◆ SdesItem() [1/2]

fm.liveswitch.SdesItem.SdesItem ( fm.liveswitch.DataBuffer  buffer)

Initializes a new instance of the fm.liveswitch.SdesItem class.

Parameters
bufferThe buffer.

◆ SdesItem() [2/2]

fm.liveswitch.SdesItem.SdesItem ( int  type,
String  text 
)

Initializes a new instance of the fm.liveswitch.SdesItem class.

Parameters
typeThe type.
textThe text.

Member Function Documentation

◆ getDataBuffer()

fm.liveswitch.DataBuffer fm.liveswitch.SdesItem.getDataBuffer ( )

Gets the data buffer.

◆ getFixedPayloadHeaderLength()

static int fm.liveswitch.SdesItem.getFixedPayloadHeaderLength ( )
static

Gets the fixed payload header length.

◆ getLength()

int fm.liveswitch.SdesItem.getLength ( )

Gets the length.

◆ getText()

String fm.liveswitch.SdesItem.getText ( )

Gets the text.

◆ getType()

int fm.liveswitch.SdesItem.getType ( )

Gets the type.