An RTCP full intra request (FIR) packet entry. More...
Instance Methods | |
(FMLiveSwitchDataBuffer *) | - dataBuffer |
Gets the backing data buffer. More... | |
(instancetype) | - initWithDataBuffer: |
Initializes a new instance of the FMLiveSwitchFirEntry class. More... | |
(instancetype) | - initWithSequenceNumber: |
Initializes a new instance of the FMLiveSwitchFirEntry class. More... | |
(int) | - sequenceNumber |
Gets the sequence number. More... | |
(void) | - setDataBuffer: |
Sets the backing data buffer. More... | |
(void) | - setSequenceNumber: |
Sets the sequence number. More... | |
(void) | - setSynchronizationSource: |
Sets the synchronization source. More... | |
(long long) | - synchronizationSource |
Gets the synchronization source. More... | |
Instance Methods inherited from FMLiveSwitchControlFrameEntry | |
(instancetype) | - init |
Class Methods | |
(FMLiveSwitchFirEntry *) | + firEntryWithDataBuffer: |
Initializes a new instance of the FMLiveSwitchFirEntry class. More... | |
(FMLiveSwitchFirEntry *) | + firEntryWithSequenceNumber: |
Initializes a new instance of the FMLiveSwitchFirEntry class. More... | |
(int) | + fixedPayloadLength |
Gets the fixed length of an FIR entry. More... | |
(int) | + getSequenceNumberDeltaWithSequenceNumber:lastSequenceNumber: |
Gets the delta between sequence numbers, adjusted for overflow. More... | |
Class Methods inherited from FMLiveSwitchControlFrameEntry | |
(FMLiveSwitchControlFrameEntry *) | + controlFrameEntry |
An RTCP full intra request (FIR) packet entry.
- (FMLiveSwitchDataBuffer*) dataBuffer |
Gets the backing data buffer.
+ (FMLiveSwitchFirEntry*) firEntryWithDataBuffer: | (FMLiveSwitchDataBuffer *) | dataBuffer |
Initializes a new instance of the FMLiveSwitchFirEntry class.
dataBuffer | The data buffer. |
+ (FMLiveSwitchFirEntry*) firEntryWithSequenceNumber: | (int) | sequenceNumber |
Initializes a new instance of the FMLiveSwitchFirEntry class.
sequenceNumber | The sequence number. |
+ (int) fixedPayloadLength |
Gets the fixed length of an FIR entry.
+ (int) getSequenceNumberDeltaWithSequenceNumber: | (int) | sequenceNumber | |
lastSequenceNumber: | (int) | lastSequenceNumber | |
Gets the delta between sequence numbers, adjusted for overflow.
sequenceNumber | The current sequence number. |
lastSequenceNumber | The last sequence number. |
- (instancetype) initWithDataBuffer: | (FMLiveSwitchDataBuffer *) | dataBuffer |
Initializes a new instance of the FMLiveSwitchFirEntry class.
dataBuffer | The data buffer. |
- (instancetype) initWithSequenceNumber: | (int) | sequenceNumber |
Initializes a new instance of the FMLiveSwitchFirEntry class.
sequenceNumber | The sequence number. |
- (int) sequenceNumber |
Gets the sequence number.
- (void) setDataBuffer: | (FMLiveSwitchDataBuffer *) | value |
Sets the backing data buffer.
- (void) setSequenceNumber: | (int) | value |
Sets the sequence number.
- (void) setSynchronizationSource: | (long long) | value |
Sets the synchronization source.
Implements FMLiveSwitchControlFrameEntry.
- (long long) synchronizationSource |
Gets the synchronization source.
Implements FMLiveSwitchControlFrameEntry.