|
| RRControlFrame () |
| Initializes a new instance of the fm.liveswitch.RRControlFrame class. More...
|
|
| RRControlFrame (fm.liveswitch.DataBuffer buffer) |
| Initializes a new instance of the fm.liveswitch.RRControlFrame class. More...
|
|
| RRControlFrame (fm.liveswitch.ReportBlock reportBlock) |
| Initializes a new instance of the fm.liveswitch.RRControlFrame class. More...
|
|
| RRControlFrame (fm.liveswitch.ReportBlock[] reportBlocks) |
| Initializes a new instance of the fm.liveswitch.RRControlFrame class. More...
|
|
| RRControlFrame (long synchronizationSource, fm.liveswitch.ReportBlock reportBlock) |
| Initializes a new instance of the fm.liveswitch.RRControlFrame class. More...
|
|
| RRControlFrame (long synchronizationSource, fm.liveswitch.ReportBlock[] reportBlocks) |
| Initializes a new instance of the fm.liveswitch.RRControlFrame class. More...
|
|
int | getReceptionReportCount () |
| Gets the feedback message type. More...
|
|
fm.liveswitch.ReportBlock | getReportBlock () |
| Gets the report block. More...
|
|
fm.liveswitch.ReportBlock | getReportBlock (long synchronizationSource) |
| Gets the report block. More...
|
|
fm.liveswitch.ReportBlock[] | getReportBlocks () |
| Gets the report blocks. More...
|
|
long | getSynchronizationSource () |
| Gets the synchronization source. More...
|
|
| ReportControlFrame (int payloadType, fm.liveswitch.ReportBlock reportBlock) |
| Initializes a new instance of the fm.liveswitch.ReportControlFrame class. More...
|
|
| ReportControlFrame (int payloadType, fm.liveswitch.ReportBlock reportBlock, int reportBlockOffset) |
| Initializes a new instance of the fm.liveswitch.ReportControlFrame class. More...
|
|
| ReportControlFrame (int payloadType, int reportBlockOffset, fm.liveswitch.DataBuffer buffer) |
| Initializes a new instance of the fm.liveswitch.ReportControlFrame class. More...
|
|
| ReportControlFrame (int payloadType, fm.liveswitch.ReportBlock[] reportBlocks) |
| Initializes a new instance of the fm.liveswitch.ReportControlFrame class. More...
|
|
| ReportControlFrame (int payloadType, fm.liveswitch.ReportBlock[] reportBlocks, int reportBlockOffset) |
| Initializes a new instance of the fm.liveswitch.ReportControlFrame class. More...
|
|
| ReportControlFrame (int payloadType, long synchronizationSource, fm.liveswitch.ReportBlock reportBlock) |
| Initializes a new instance of the fm.liveswitch.ReportControlFrame class. More...
|
|
| ReportControlFrame (int payloadType, long synchronizationSource, fm.liveswitch.ReportBlock reportBlock, int reportBlockOffset) |
| Initializes a new instance of the fm.liveswitch.ReportControlFrame class. More...
|
|
| ReportControlFrame (int payloadType, long synchronizationSource, fm.liveswitch.ReportBlock[] reportBlocks) |
| Initializes a new instance of the fm.liveswitch.ReportControlFrame class. More...
|
|
| ReportControlFrame (int payloadType, long synchronizationSource, fm.liveswitch.ReportBlock[] reportBlocks, int reportBlockOffset) |
| Initializes a new instance of the fm.liveswitch.ReportControlFrame class. More...
|
|
void | setReportBlock (fm.liveswitch.ReportBlock value) |
| Sets the report block. More...
|
|
void | setReportBlocks (fm.liveswitch.ReportBlock[] value) |
| Sets the report blocks. More...
|
|
void | setSynchronizationSource (long value) |
| Sets the synchronization source. More...
|
|
int | getByte1Last5Bits () |
| Gets the last 5 bits of the first byte. More...
|
|
fm.liveswitch.DataBuffer | getDataBuffer () |
| Gets the buffer. More...
|
|
fm.liveswitch.DataBuffer | getPayload () |
| Gets the payload. More...
|
|
int | getPayloadLengthWithPadding () |
| Gets the length of the payload, in bytes, with padding. More...
|
|
int | getPayloadType () |
| Gets the payload type. More...
|
|
String | getStreamId () |
| Gets the stream ID. More...
|
|
int | getVersion () |
| Gets the version. More...
|
|
| MediaControlFrame () |
| Initializes a new instance of the fm.liveswitch.MediaControlFrame class. More...
|
|
| MediaControlFrame (fm.liveswitch.DataBuffer buffer) |
| Initializes a new instance of the fm.liveswitch.MediaControlFrame class. More...
|
|
void | setByte1Last5Bits (int value) |
| Sets the last 5 bits of the first byte. More...
|
|
void | setPayloadType (int value) |
| Sets the payload type. More...
|
|
void | setVersion (int value) |
| Sets the version. More...
|
|
java.util.HashMap< String, Object > | getDynamicProperties () |
| Gets all dynamic properties on this instance. More...
|
|
Object | getDynamicValue (String key) |
| Gets a property value from the local cache. More...
|
|
void | setDynamicValue (String key, Object value) |
| Sets a property value in the local cache. More...
|
|
boolean | unsetDynamicValue (String key) |
| Removes a property value from the local cache. More...
|
|
A receiver report control frame.