FMIceLinkFirEntry Class Reference

Inherits from NSObject
Declared in FMIceLinkFirEntry.h
FMIceLinkFirEntry.m

Overview

An RTCP full intra request (FIR) packet entry.

– dataBuffer

Gets the backing data buffer.
- (FMIceLinkDataBuffer *)dataBuffer

Discussion

Gets the backing data buffer.

Declared In

FMIceLinkFirEntry.h

+ firEntryWithDataBuffer:

Initializes a new instance of the FMIceLinkFirEntry class.
+ (FMIceLinkFirEntry *)firEntryWithDataBuffer:(FMIceLinkDataBuffer *)dataBuffer

Parameters

dataBuffer

The data buffer.

Discussion

Initializes a new instance of the FMIceLinkFirEntry class.

Declared In

FMIceLinkFirEntry.h

+ firEntryWithSequenceNumber:

Initializes a new instance of the FMIceLinkFirEntry class.
+ (FMIceLinkFirEntry *)firEntryWithSequenceNumber:(int)sequenceNumber

Parameters

sequenceNumber

The sequence number.

Discussion

Initializes a new instance of the FMIceLinkFirEntry class.

Declared In

FMIceLinkFirEntry.h

+ firEntryWithSequenceNumber:synchronizationSource:

Initializes a new instance of the FMIceLinkFirEntry class.
+ (FMIceLinkFirEntry *)firEntryWithSequenceNumber:(int)sequenceNumber synchronizationSource:(long long)synchronizationSource

Parameters

sequenceNumber

The sequence number.

synchronizationSource

The synchronization source.

Discussion

Initializes a new instance of the FMIceLinkFirEntry class.

Declared In

FMIceLinkFirEntry.h

+ fixedPayloadLength

Gets the fixed length of an FIR entry.
+ (int)fixedPayloadLength

Discussion

Gets the fixed length of an FIR entry.

Declared In

FMIceLinkFirEntry.h

– initWithDataBuffer:

Initializes a new instance of the FMIceLinkFirEntry class.
- (instancetype)initWithDataBuffer:(FMIceLinkDataBuffer *)dataBuffer

Parameters

dataBuffer

The data buffer.

Discussion

Initializes a new instance of the FMIceLinkFirEntry class.

Declared In

FMIceLinkFirEntry.h

– initWithSequenceNumber:

Initializes a new instance of the FMIceLinkFirEntry class.
- (instancetype)initWithSequenceNumber:(int)sequenceNumber

Parameters

sequenceNumber

The sequence number.

Discussion

Initializes a new instance of the FMIceLinkFirEntry class.

Declared In

FMIceLinkFirEntry.h

– initWithSequenceNumber:synchronizationSource:

Initializes a new instance of the FMIceLinkFirEntry class.
- (instancetype)initWithSequenceNumber:(int)sequenceNumber synchronizationSource:(long long)synchronizationSource

Parameters

sequenceNumber

The sequence number.

synchronizationSource

The synchronization source.

Discussion

Initializes a new instance of the FMIceLinkFirEntry class.

Declared In

FMIceLinkFirEntry.h

– sequenceNumber

Gets the sequence number.
- (int)sequenceNumber

Discussion

Gets the sequence number.

Declared In

FMIceLinkFirEntry.h

– setDataBuffer:

Sets the backing data buffer.
- (void)setDataBuffer:(FMIceLinkDataBuffer *)value

Discussion

Sets the backing data buffer.

Declared In

FMIceLinkFirEntry.h

– setSequenceNumber:

Sets the sequence number.
- (void)setSequenceNumber:(int)value

Discussion

Sets the sequence number.

Declared In

FMIceLinkFirEntry.h

– setSynchronizationSource:

Sets the synchronization source.
- (void)setSynchronizationSource:(long long)value

Discussion

Sets the synchronization source.

Declared In

FMIceLinkFirEntry.h

– synchronizationSource

Gets the synchronization source.
- (long long)synchronizationSource

Discussion

Gets the synchronization source.

Declared In

FMIceLinkFirEntry.h