|
int | getBitrateExponent () |
| Gets the bitrate exponent. More...
|
|
int | getBitrateMantissa () |
| Gets the bitrate mantissa, in bits per second (bps). More...
|
|
long[] | getSsrcEntries () |
| Gets the SSRC entries that this message applies to. More...
|
|
| RembControlFrame (long bitrate, long[] ssrcEntries) |
| Initializes a new instance of the fm.liveswitch.RembControlFrame class. More...
|
|
| RembControlFrame (fm.liveswitch.DataBuffer buffer) |
| Initializes a new instance of the fm.liveswitch.RembControlFrame class. More...
|
|
void | setBitrateExponent (int value) |
| Sets the bitrate exponent. More...
|
|
void | setBitrateMantissa (int value) |
| Sets the bitrate mantissa, in bits per second (bps). More...
|
|
void | setSsrcEntries (long[] value) |
| Sets the SSRC entries that this message applies to. More...
|
|
String | toString () |
| Returns a string representation of this REMB Control Frame. More...
|
|
| PayloadSpecificControlFrame (int feedbackMessageType) |
| Initializes a new instance of the fm.liveswitch.PayloadSpecificControlFrame class. More...
|
|
| PayloadSpecificControlFrame (int feedbackMessageType, fm.liveswitch.DataBuffer buffer) |
| Initializes a new instance of the fm.liveswitch.PayloadSpecificControlFrame class. More...
|
|
| PayloadSpecificControlFrame (int feedbackMessageType, long senderSynchronizationSource, long mediaSynchronizationSource) |
| Initializes a new instance of the fm.liveswitch.FeedbackControlFrame class. More...
|
|
| PayloadSpecificControlFrame (int feedbackMessageType, long senderSynchronizationSource, long mediaSynchronizationSource, fm.liveswitch.DataBuffer feedbackControlInformation) |
| Initializes a new instance of the fm.liveswitch.FeedbackControlFrame class. More...
|
|
| FeedbackControlFrame (int feedbackMessageType, int payloadType) |
| Initializes a new instance of the fm.liveswitch.FeedbackControlFrame class. More...
|
|
| FeedbackControlFrame (int feedbackMessageType, int payloadType, fm.liveswitch.DataBuffer buffer) |
| Initializes a new instance of the fm.liveswitch.FeedbackControlFrame class. More...
|
|
| FeedbackControlFrame (int feedbackMessageType, int payloadType, long senderSynchronizationSource, long mediaSynchronizationSource) |
| Initializes a new instance of the fm.liveswitch.FeedbackControlFrame class. More...
|
|
| FeedbackControlFrame (int feedbackMessageType, int payloadType, long senderSynchronizationSource, long mediaSynchronizationSource, fm.liveswitch.DataBuffer feedbackControlInformation) |
| Initializes a new instance of the fm.liveswitch.FeedbackControlFrame class. More...
|
|
fm.liveswitch.DataBuffer | getFeedbackControlInformation () |
| Gets the Feedback Control Information field. More...
|
|
int | getFeedbackControlInformationOffset () |
| Gets the feedback control information offset. More...
|
|
int | getFeedbackMessageType () |
| Gets the feedback message type. More...
|
|
long | getMediaSourceSynchronizationSource () |
| Gets the SSRC of the media source that this piece of feedback information is related to. More...
|
|
long | getPacketSenderSynchronizationSource () |
| Gets the SSRC of the packet sender - the synchronization source identifier for the originator of this packet. More...
|
|
void | setFeedbackMessageType (int value) |
| Sets the feedback message type. More...
|
|
void | setMediaSourceSynchronizationSource (long value) |
| Sets the SSRC of the media source that this piece of feedback information is related to. More...
|
|
void | setPacketSenderSynchronizationSource (long value) |
| Sets the SSRC of the packet sender - the synchronization source identifier for the originator of this packet. 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...
|
|
An RTCP receiver estimated maximum bitrate (REMB) packet.