A receiver report control frame. More...
Instance Methods | |
(instancetype) | - init |
Initializes a new instance of the FMLiveSwitchRRControlFrame class. More... | |
(instancetype) | - initWithBuffer: |
Initializes a new instance of the FMLiveSwitchRRControlFrame class. More... | |
(instancetype) | - initWithReportBlock: |
Initializes a new instance of the FMLiveSwitchRRControlFrame class. More... | |
(instancetype) | - initWithReportBlocks: |
Initializes a new instance of the FMLiveSwitchRRControlFrame class. More... | |
(instancetype) | - initWithSynchronizationSource:reportBlock: |
Initializes a new instance of the FMLiveSwitchRRControlFrame class. More... | |
(instancetype) | - initWithSynchronizationSource:reportBlocks: |
Initializes a new instance of the FMLiveSwitchRRControlFrame class. More... | |
Instance Methods inherited from FMLiveSwitchReportControlFrame | |
(FMLiveSwitchReportBlock *) | - getReportBlockWithSynchronizationSource: |
Gets the report block. More... | |
(instancetype) | - initWithPayloadType:reportBlock: |
Initializes a new instance of the FMLiveSwitchReportControlFrame class. More... | |
(instancetype) | - initWithPayloadType:reportBlock:reportBlockOffset: |
Initializes a new instance of the FMLiveSwitchReportControlFrame class. More... | |
(instancetype) | - initWithPayloadType:reportBlockOffset:buffer: |
Initializes a new instance of the FMLiveSwitchReportControlFrame class. More... | |
(instancetype) | - initWithPayloadType:reportBlocks: |
Initializes a new instance of the FMLiveSwitchReportControlFrame class. More... | |
(instancetype) | - initWithPayloadType:reportBlocks:reportBlockOffset: |
Initializes a new instance of the FMLiveSwitchReportControlFrame class. More... | |
(instancetype) | - initWithPayloadType:synchronizationSource:reportBlock: |
Initializes a new instance of the FMLiveSwitchReportControlFrame class. More... | |
(instancetype) | - initWithPayloadType:synchronizationSource:reportBlock:reportBlockOffset: |
Initializes a new instance of the FMLiveSwitchReportControlFrame class. More... | |
(instancetype) | - initWithPayloadType:synchronizationSource:reportBlocks: |
Initializes a new instance of the FMLiveSwitchReportControlFrame class. More... | |
(instancetype) | - initWithPayloadType:synchronizationSource:reportBlocks:reportBlockOffset: |
Initializes a new instance of the FMLiveSwitchReportControlFrame class. More... | |
(int) | - receptionReportCount |
Gets the feedback message type. More... | |
(FMLiveSwitchReportBlock *) | - reportBlock |
Gets the report block. More... | |
(NSMutableArray *) | - reportBlocks |
Gets the report blocks. More... | |
(void) | - setReportBlock: |
Sets the report block. More... | |
(void) | - setReportBlocks: |
Sets the report blocks. More... | |
(void) | - setSynchronizationSource: |
Sets the synchronization source. More... | |
(long long) | - synchronizationSource |
Gets the synchronization source. More... | |
Instance Methods inherited from FMLiveSwitchMediaControlFrame | |
(int) | - byte1Last5Bits |
Gets the last 5 bits of the first byte. More... | |
(FMLiveSwitchDataBuffer *) | - dataBuffer |
Gets the buffer. More... | |
(FMLiveSwitchDataBuffer *) | - payload |
Gets the payload. More... | |
(int) | - payloadLengthWithPadding |
Gets the length of the payload, in bytes, with padding. More... | |
(int) | - payloadType |
Gets the payload type. More... | |
(void) | - setByte1Last5Bits: |
Sets the last 5 bits of the first byte. More... | |
(void) | - setDataBuffer: |
Sets the buffer. More... | |
(void) | - setPayloadLengthWithPadding: |
Sets the length of the payload, in bytes, with padding. More... | |
(void) | - setPayloadType: |
Sets the payload type. More... | |
(void) | - setVersion: |
Sets the version. More... | |
(NSString *) | - streamId |
Gets the stream ID. More... | |
(int) | - version |
Gets the version. More... | |
Instance Methods inherited from FMLiveSwitchDynamic | |
(NSMutableDictionary< NSString *, id > *) | - dynamicProperties |
Gets all dynamic properties on this instance. More... | |
(id) | - getDynamicValueWithKey: |
Gets a property value from the local cache. More... | |
(void) | - setDynamicValueWithKey:value: |
Sets a property value in the local cache. More... | |
(bool) | - unsetDynamicValueWithKey: |
Removes a property value from the local cache. More... | |
A receiver report control frame.
- (instancetype) init |
Initializes a new instance of the FMLiveSwitchRRControlFrame class.
Implements FMLiveSwitchMediaControlFrame.
- (instancetype) initWithBuffer: | (FMLiveSwitchDataBuffer *) | buffer |
Initializes a new instance of the FMLiveSwitchRRControlFrame class.
buffer | An data buffer. |
Implements FMLiveSwitchMediaControlFrame.
- (instancetype) initWithReportBlock: | (FMLiveSwitchReportBlock *) | reportBlock |
Initializes a new instance of the FMLiveSwitchRRControlFrame class.
reportBlock | The report block. |
- (instancetype) initWithReportBlocks: | (NSMutableArray *) | reportBlocks |
Initializes a new instance of the FMLiveSwitchRRControlFrame class.
reportBlocks | The report blocks. |
- (instancetype) initWithSynchronizationSource: | (long long) | synchronizationSource | |
reportBlock: | (FMLiveSwitchReportBlock *) | reportBlock | |
Initializes a new instance of the FMLiveSwitchRRControlFrame class.
synchronizationSource | The synchronization source. |
reportBlock | The report block. |
- (instancetype) initWithSynchronizationSource: | (long long) | synchronizationSource | |
reportBlocks: | (NSMutableArray *) | reportBlocks | |
Initializes a new instance of the FMLiveSwitchRRControlFrame class.
synchronizationSource | The synchronization source. |
reportBlocks | The report blocks. |
+ (int) registeredPayloadType |
Gets the receiver report payload type.
+ (FMLiveSwitchRRControlFrame*) rrControlFrame |
Initializes a new instance of the FMLiveSwitchRRControlFrame class.
+ (FMLiveSwitchRRControlFrame*) rrControlFrameWithBuffer: | (FMLiveSwitchDataBuffer *) | buffer |
Initializes a new instance of the FMLiveSwitchRRControlFrame class.
buffer | An data buffer. |
+ (FMLiveSwitchRRControlFrame*) rrControlFrameWithReportBlock: | (FMLiveSwitchReportBlock *) | reportBlock |
Initializes a new instance of the FMLiveSwitchRRControlFrame class.
reportBlock | The report block. |
+ (FMLiveSwitchRRControlFrame*) rrControlFrameWithReportBlocks: | (NSMutableArray *) | reportBlocks |
Initializes a new instance of the FMLiveSwitchRRControlFrame class.
reportBlocks | The report blocks. |
+ (FMLiveSwitchRRControlFrame*) rrControlFrameWithSynchronizationSource: | (long long) | synchronizationSource | |
reportBlock: | (FMLiveSwitchReportBlock *) | reportBlock | |
Initializes a new instance of the FMLiveSwitchRRControlFrame class.
synchronizationSource | The synchronization source. |
reportBlock | The report block. |
+ (FMLiveSwitchRRControlFrame*) rrControlFrameWithSynchronizationSource: | (long long) | synchronizationSource | |
reportBlocks: | (NSMutableArray *) | reportBlocks | |
Initializes a new instance of the FMLiveSwitchRRControlFrame class.
synchronizationSource | The synchronization source. |
reportBlocks | The report blocks. |