FMIceLinkFirControlFrame Class Reference

Inherits from FMIceLinkPayloadSpecificControlFrame : FMIceLinkFeedbackControlFrame : FMIceLinkMediaControlFrame : NSObject
Declared in FMIceLinkFirControlFrame.h
FMIceLinkFirControlFrame.m

Overview

An RTCP full intra request (FIR) packet.

– entries

Gets the entries.
- (NSMutableArray *)entries

Discussion

Gets the entries.

Declared In

FMIceLinkFirControlFrame.h

– entry

Gets the entry.
- (FMIceLinkFirEntry *)entry

Discussion

Gets the entry.

Declared In

FMIceLinkFirControlFrame.h

+ firControlFrameWithBuffer:

Initializes a new instance of the FMIceLinkFirControlFrame class.
+ (FMIceLinkFirControlFrame *)firControlFrameWithBuffer:(FMIceLinkDataBuffer *)buffer

Parameters

buffer

The buffer.

Discussion

Initializes a new instance of the FMIceLinkFirControlFrame class.

Declared In

FMIceLinkFirControlFrame.h

+ firControlFrameWithEntries:

Initializes a new instance of the FMIceLinkFirControlFrame class.
+ (FMIceLinkFirControlFrame *)firControlFrameWithEntries:(NSMutableArray *)entries

Parameters

entries

The entries.

Discussion

Initializes a new instance of the FMIceLinkFirControlFrame class.

Declared In

FMIceLinkFirControlFrame.h

+ firControlFrameWithEntry:

Initializes a new instance of the FMIceLinkFirControlFrame class.
+ (FMIceLinkFirControlFrame *)firControlFrameWithEntry:(FMIceLinkFirEntry *)entry

Parameters

entry

The entry.

Discussion

Initializes a new instance of the FMIceLinkFirControlFrame class.

Declared In

FMIceLinkFirControlFrame.h

+ firControlFrameWithSequenceNumber:

Initializes a new instance of the FMIceLinkFirControlFrame class.
+ (FMIceLinkFirControlFrame *)firControlFrameWithSequenceNumber:(int)sequenceNumber

Parameters

sequenceNumber

The sequence number.

Discussion

Initializes a new instance of the FMIceLinkFirControlFrame class.

Declared In

FMIceLinkFirControlFrame.h

– initWithBuffer:

Initializes a new instance of the FMIceLinkFirControlFrame class.
- (instancetype)initWithBuffer:(FMIceLinkDataBuffer *)buffer

Parameters

buffer

The buffer.

Discussion

Initializes a new instance of the FMIceLinkFirControlFrame class.

Declared In

FMIceLinkFirControlFrame.h

– initWithEntries:

Initializes a new instance of the FMIceLinkFirControlFrame class.
- (instancetype)initWithEntries:(NSMutableArray *)entries

Parameters

entries

The entries.

Discussion

Initializes a new instance of the FMIceLinkFirControlFrame class.

Declared In

FMIceLinkFirControlFrame.h

– initWithEntry:

Initializes a new instance of the FMIceLinkFirControlFrame class.
- (instancetype)initWithEntry:(FMIceLinkFirEntry *)entry

Parameters

entry

The entry.

Discussion

Initializes a new instance of the FMIceLinkFirControlFrame class.

Declared In

FMIceLinkFirControlFrame.h

– initWithSequenceNumber:

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

Parameters

sequenceNumber

The sequence number.

Discussion

Initializes a new instance of the FMIceLinkFirControlFrame class.

Declared In

FMIceLinkFirControlFrame.h

+ registeredFeedbackMessageType

Gets the type of the registered feedback message.
+ (int)registeredFeedbackMessageType

Discussion

Gets the type of the registered feedback message.

Declared In

FMIceLinkFirControlFrame.h

– setEntries:

Sets the [entries](#//api/name/entries).
- (void)setEntries:(NSMutableArray *)value

Discussion

Sets the [entries](#//api/name/entries).

Declared In

FMIceLinkFirControlFrame.h

– setEntry:

Sets the [entry](#//api/name/entry).
- (void)setEntry:(FMIceLinkFirEntry *)value

Discussion

Sets the [entry](#//api/name/entry).

Declared In

FMIceLinkFirControlFrame.h