An RTCP source description chunk. More...
Public Member Functions | |
String | getCanonicalName () |
Gets the Canonical Name (if set) in this SDES chunk. More... | |
fm.liveswitch.DataBuffer | getDataBuffer () |
Gets the data buffer. More... | |
String | getMid () |
Gets the Media Stream Indentification (if set) in this SDES chunk. More... | |
fm.liveswitch.SdesItem[] | getSourceDescriptionItems () |
Gets the source description items. More... | |
long | getSynchronizationSource () |
Gets the SSRC/CSRC identifier. More... | |
SdesChunk (fm.liveswitch.DataBuffer buffer) | |
Initializes a new instance of the fm.liveswitch.SdesChunk class. More... | |
SdesChunk (long synchronizationSource, fm.liveswitch.SdesItem sourceDescriptionItem) | |
Initializes a new instance of the fm.liveswitch.SdesChunk class. More... | |
SdesChunk (long synchronizationSource, fm.liveswitch.SdesItem[] sourceDescriptionItems) | |
Initializes a new instance of the fm.liveswitch.SdesChunk class. More... | |
void | setSynchronizationSource (long value) |
Sets the SSRC/CSRC identifier. More... | |
Static Public Member Functions | |
static int | getFixedPayloadHeaderLength () |
Gets the fixed payload header length. More... | |
An RTCP source description chunk.
fm.liveswitch.SdesChunk.SdesChunk | ( | fm.liveswitch.DataBuffer | buffer | ) |
Initializes a new instance of the fm.liveswitch.SdesChunk class.
buffer | The buffer. |
fm.liveswitch.SdesChunk.SdesChunk | ( | long | synchronizationSource, |
fm.liveswitch.SdesItem | sourceDescriptionItem | ||
) |
Initializes a new instance of the fm.liveswitch.SdesChunk class.
synchronizationSource | The synchronization source. |
sourceDescriptionItem | The source description item. |
fm.liveswitch.SdesChunk.SdesChunk | ( | long | synchronizationSource, |
fm.liveswitch.SdesItem[] | sourceDescriptionItems | ||
) |
Initializes a new instance of the fm.liveswitch.SdesChunk class.
synchronizationSource | The synchronization source. |
sourceDescriptionItems | The source description items. |
String fm.liveswitch.SdesChunk.getCanonicalName | ( | ) |
Gets the Canonical Name (if set) in this SDES chunk.
fm.liveswitch.DataBuffer fm.liveswitch.SdesChunk.getDataBuffer | ( | ) |
Gets the data buffer.
|
static |
Gets the fixed payload header length.
String fm.liveswitch.SdesChunk.getMid | ( | ) |
fm.liveswitch.SdesItem [] fm.liveswitch.SdesChunk.getSourceDescriptionItems | ( | ) |
Gets the source description items.
long fm.liveswitch.SdesChunk.getSynchronizationSource | ( | ) |
Gets the SSRC/CSRC identifier.
void fm.liveswitch.SdesChunk.setSynchronizationSource | ( | long | value | ) |
Sets the SSRC/CSRC identifier.