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... | |
An RTCP source description item.
fm.liveswitch.SdesItem.SdesItem | ( | fm.liveswitch.DataBuffer | buffer | ) |
Initializes a new instance of the fm.liveswitch.SdesItem class.
buffer | The buffer. |
fm.liveswitch.SdesItem.SdesItem | ( | int | type, |
String | text | ||
) |
Initializes a new instance of the fm.liveswitch.SdesItem class.
type | The type. |
text | The text. |
fm.liveswitch.DataBuffer fm.liveswitch.SdesItem.getDataBuffer | ( | ) |
Gets the data buffer.
|
static |
Gets the fixed payload header length.
int fm.liveswitch.SdesItem.getLength | ( | ) |
Gets the length.
String fm.liveswitch.SdesItem.getText | ( | ) |
Gets the text.
int fm.liveswitch.SdesItem.getType | ( | ) |
Gets the type.