FMIceLinkGenericNackControlFrame Class Reference

Inherits from FMIceLinkRtpControlFrame : FMIceLinkFeedbackControlFrame : FMIceLinkMediaControlFrame : NSObject
Declared in FMIceLinkGenericNackControlFrame.h
FMIceLinkGenericNackControlFrame.m

Overview

An RTCP Feedback RTP-Generic NACK packet.

– genericNack

Gets the generic nack.
- (FMIceLinkGenericNack *)genericNack

Discussion

Gets the generic nack.

Declared In

FMIceLinkGenericNackControlFrame.h

+ genericNackControlFrame

Initializes a new instance of the [FMIceLinkRtpControlFrame](../Classes/FMIceLinkRtpControlFrame.html) class.
+ (FMIceLinkGenericNackControlFrame *)genericNackControlFrame

Discussion

Initializes a new instance of the [FMIceLinkRtpControlFrame](../Classes/FMIceLinkRtpControlFrame.html) class.

Declared In

FMIceLinkGenericNackControlFrame.h

+ genericNackControlFrameWithBuffer:

Initializes a new instance of the FMIceLinkGenericNackControlFrame class.
+ (FMIceLinkGenericNackControlFrame *)genericNackControlFrameWithBuffer:(FMIceLinkDataBuffer *)buffer

Parameters

buffer

The buffer.

Discussion

Initializes a new instance of the FMIceLinkGenericNackControlFrame class.

Declared In

FMIceLinkGenericNackControlFrame.h

+ genericNackControlFrameWithNack:

Initializes a new instance of the FMIceLinkGenericNackControlFrame class.
+ (FMIceLinkGenericNackControlFrame *)genericNackControlFrameWithNack:(FMIceLinkGenericNack *)nack

Parameters

nack

The nack.

Discussion

Initializes a new instance of the FMIceLinkGenericNackControlFrame class.

Declared In

FMIceLinkGenericNackControlFrame.h

+ genericNackControlFrameWithNacks:

Initializes a new instance of the FMIceLinkGenericNackControlFrame class.
+ (FMIceLinkGenericNackControlFrame *)genericNackControlFrameWithNacks:(NSMutableArray *)nacks

Parameters

nacks

The nacks.

Discussion

Initializes a new instance of the FMIceLinkGenericNackControlFrame class.

Declared In

FMIceLinkGenericNackControlFrame.h

– genericNacks

Gets the set of generic NACKs.
- (NSMutableArray *)genericNacks

Discussion

Gets the set of generic NACKs.

Declared In

FMIceLinkGenericNackControlFrame.h

– init

Initializes a new instance of the [FMIceLinkRtpControlFrame](../Classes/FMIceLinkRtpControlFrame.html) class.
- (instancetype)init

Discussion

Initializes a new instance of the [FMIceLinkRtpControlFrame](../Classes/FMIceLinkRtpControlFrame.html) class.

Declared In

FMIceLinkGenericNackControlFrame.h

– initWithBuffer:

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

Parameters

buffer

The buffer.

Discussion

Initializes a new instance of the FMIceLinkGenericNackControlFrame class.

Declared In

FMIceLinkGenericNackControlFrame.h

– initWithNack:

Initializes a new instance of the FMIceLinkGenericNackControlFrame class.
- (instancetype)initWithNack:(FMIceLinkGenericNack *)nack

Parameters

nack

The nack.

Discussion

Initializes a new instance of the FMIceLinkGenericNackControlFrame class.

Declared In

FMIceLinkGenericNackControlFrame.h

– initWithNacks:

Initializes a new instance of the FMIceLinkGenericNackControlFrame class.
- (instancetype)initWithNacks:(NSMutableArray *)nacks

Parameters

nacks

The nacks.

Discussion

Initializes a new instance of the FMIceLinkGenericNackControlFrame class.

Declared In

FMIceLinkGenericNackControlFrame.h

+ registeredFeedbackMessageType

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

Discussion

Gets the type of the registered feedback message.

Declared In

FMIceLinkGenericNackControlFrame.h