An RTCP Sender or Receiver Report control frame. More...
Instance Methods | |
(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... | |
(instancetype) | - init |
Initializes a new instance of the FMLiveSwitchMediaControlFrame class. More... | |
(instancetype) | - initWithBuffer: |
Initializes a new instance of the FMLiveSwitchMediaControlFrame class. 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... | |
An RTCP Sender or Receiver Report control frame.
+ (int) fixedPayloadHeaderLength |
Gets the report control frame fixed payload header length.
- (FMLiveSwitchReportBlock*) getReportBlockWithSynchronizationSource: | (long long) | synchronizationSource |
Gets the report block.
synchronizationSource | The synchronization source. |
- (instancetype) initWithPayloadType: | (int) | payloadType | |
reportBlock: | (FMLiveSwitchReportBlock *) | reportBlock | |
Initializes a new instance of the FMLiveSwitchReportControlFrame class.
payloadType | Type of the payload. |
reportBlock | The report block. |
- (instancetype) initWithPayloadType: | (int) | payloadType | |
reportBlock: | (FMLiveSwitchReportBlock *) | reportBlock | |
reportBlockOffset: | (int) | reportBlockOffset | |
Initializes a new instance of the FMLiveSwitchReportControlFrame class.
payloadType | Type of the payload. |
reportBlock | The report block. |
reportBlockOffset | The report block offset. |
- (instancetype) initWithPayloadType: | (int) | payloadType | |
reportBlockOffset: | (int) | reportBlockOffset | |
buffer: | (FMLiveSwitchDataBuffer *) | buffer | |
Initializes a new instance of the FMLiveSwitchReportControlFrame class.
payloadType | The payload type. |
reportBlockOffset | The offset of the report block. |
buffer | The backing data buffer. |
- (instancetype) initWithPayloadType: | (int) | payloadType | |
reportBlocks: | (NSMutableArray *) | reportBlocks | |
Initializes a new instance of the FMLiveSwitchReportControlFrame class.
payloadType | Type of the payload. |
reportBlocks | The report blocks. |
- (instancetype) initWithPayloadType: | (int) | payloadType | |
reportBlocks: | (NSMutableArray *) | reportBlocks | |
reportBlockOffset: | (int) | reportBlockOffset | |
Initializes a new instance of the FMLiveSwitchReportControlFrame class.
payloadType | Type of the payload. |
reportBlocks | The report blocks. |
reportBlockOffset | The report block offset. |
- (instancetype) initWithPayloadType: | (int) | payloadType | |
synchronizationSource: | (long long) | synchronizationSource | |
reportBlock: | (FMLiveSwitchReportBlock *) | reportBlock | |
Initializes a new instance of the FMLiveSwitchReportControlFrame class.
payloadType | Type of the payload. |
synchronizationSource | The synchronization source. |
reportBlock | The report block. |
- (instancetype) initWithPayloadType: | (int) | payloadType | |
synchronizationSource: | (long long) | synchronizationSource | |
reportBlock: | (FMLiveSwitchReportBlock *) | reportBlock | |
reportBlockOffset: | (int) | reportBlockOffset | |
Initializes a new instance of the FMLiveSwitchReportControlFrame class.
payloadType | Type of the payload. |
synchronizationSource | The synchronization source. |
reportBlock | The report block. |
reportBlockOffset | The report block offset. |
- (instancetype) initWithPayloadType: | (int) | payloadType | |
synchronizationSource: | (long long) | synchronizationSource | |
reportBlocks: | (NSMutableArray *) | reportBlocks | |
Initializes a new instance of the FMLiveSwitchReportControlFrame class.
payloadType | Type of the payload. |
synchronizationSource | The synchronization source. |
reportBlocks | The report blocks. |
- (instancetype) initWithPayloadType: | (int) | payloadType | |
synchronizationSource: | (long long) | synchronizationSource | |
reportBlocks: | (NSMutableArray *) | reportBlocks | |
reportBlockOffset: | (int) | reportBlockOffset | |
Initializes a new instance of the FMLiveSwitchReportControlFrame class.
payloadType | Type of the payload. |
synchronizationSource | The synchronization source. |
reportBlocks | The report blocks. |
reportBlockOffset | The report block offset. |
- (int) receptionReportCount |
Gets the feedback message type.
- (FMLiveSwitchReportBlock*) reportBlock |
Gets the report block.
- (NSMutableArray*) reportBlocks |
Gets the report blocks.
+ (FMLiveSwitchReportControlFrame*) reportControlFrameWithPayloadType: | (int) | payloadType | |
reportBlock: | (FMLiveSwitchReportBlock *) | reportBlock | |
Initializes a new instance of the FMLiveSwitchReportControlFrame class.
payloadType | Type of the payload. |
reportBlock | The report block. |
+ (FMLiveSwitchReportControlFrame*) reportControlFrameWithPayloadType: | (int) | payloadType | |
reportBlock: | (FMLiveSwitchReportBlock *) | reportBlock | |
reportBlockOffset: | (int) | reportBlockOffset | |
Initializes a new instance of the FMLiveSwitchReportControlFrame class.
payloadType | Type of the payload. |
reportBlock | The report block. |
reportBlockOffset | The report block offset. |
+ (FMLiveSwitchReportControlFrame*) reportControlFrameWithPayloadType: | (int) | payloadType | |
reportBlockOffset: | (int) | reportBlockOffset | |
buffer: | (FMLiveSwitchDataBuffer *) | buffer | |
Initializes a new instance of the FMLiveSwitchReportControlFrame class.
payloadType | The payload type. |
reportBlockOffset | The offset of the report block. |
buffer | The backing data buffer. |
+ (FMLiveSwitchReportControlFrame*) reportControlFrameWithPayloadType: | (int) | payloadType | |
reportBlocks: | (NSMutableArray *) | reportBlocks | |
Initializes a new instance of the FMLiveSwitchReportControlFrame class.
payloadType | Type of the payload. |
reportBlocks | The report blocks. |
+ (FMLiveSwitchReportControlFrame*) reportControlFrameWithPayloadType: | (int) | payloadType | |
reportBlocks: | (NSMutableArray *) | reportBlocks | |
reportBlockOffset: | (int) | reportBlockOffset | |
Initializes a new instance of the FMLiveSwitchReportControlFrame class.
payloadType | Type of the payload. |
reportBlocks | The report blocks. |
reportBlockOffset | The report block offset. |
+ (FMLiveSwitchReportControlFrame*) reportControlFrameWithPayloadType: | (int) | payloadType | |
synchronizationSource: | (long long) | synchronizationSource | |
reportBlock: | (FMLiveSwitchReportBlock *) | reportBlock | |
Initializes a new instance of the FMLiveSwitchReportControlFrame class.
payloadType | Type of the payload. |
synchronizationSource | The synchronization source. |
reportBlock | The report block. |
+ (FMLiveSwitchReportControlFrame*) reportControlFrameWithPayloadType: | (int) | payloadType | |
synchronizationSource: | (long long) | synchronizationSource | |
reportBlock: | (FMLiveSwitchReportBlock *) | reportBlock | |
reportBlockOffset: | (int) | reportBlockOffset | |
Initializes a new instance of the FMLiveSwitchReportControlFrame class.
payloadType | Type of the payload. |
synchronizationSource | The synchronization source. |
reportBlock | The report block. |
reportBlockOffset | The report block offset. |
+ (FMLiveSwitchReportControlFrame*) reportControlFrameWithPayloadType: | (int) | payloadType | |
synchronizationSource: | (long long) | synchronizationSource | |
reportBlocks: | (NSMutableArray *) | reportBlocks | |
Initializes a new instance of the FMLiveSwitchReportControlFrame class.
payloadType | Type of the payload. |
synchronizationSource | The synchronization source. |
reportBlocks | The report blocks. |
+ (FMLiveSwitchReportControlFrame*) reportControlFrameWithPayloadType: | (int) | payloadType | |
synchronizationSource: | (long long) | synchronizationSource | |
reportBlocks: | (NSMutableArray *) | reportBlocks | |
reportBlockOffset: | (int) | reportBlockOffset | |
Initializes a new instance of the FMLiveSwitchReportControlFrame class.
payloadType | Type of the payload. |
synchronizationSource | The synchronization source. |
reportBlocks | The report blocks. |
reportBlockOffset | The report block offset. |
- (void) setReportBlock: | (FMLiveSwitchReportBlock *) | value |
Sets the report block.
- (void) setReportBlocks: | (NSMutableArray *) | value |
Sets the report blocks.
- (void) setSynchronizationSource: | (long long) | value |
Sets the synchronization source.
- (long long) synchronizationSource |
Gets the synchronization source.