FMIceLinkSliControlFrame Class Reference

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

Overview

An RTCP Feedback PS-SLI packet.

– init

Initializes a new instance of the FMIceLinkSliControlFrame class.
- (instancetype)init

Discussion

Initializes a new instance of the FMIceLinkSliControlFrame class.

Declared In

FMIceLinkSliControlFrame.h

– initWithBuffer:

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

Parameters

buffer

The buffer.

Discussion

Initializes a new instance of the FMIceLinkSliControlFrame class.

Declared In

FMIceLinkSliControlFrame.h

– initWithSli:

Initializes a new instance of the FMIceLinkSliControlFrame class.
- (instancetype)initWithSli:(FMIceLinkSli *)sli

Parameters

sli

The sli.

Discussion

Initializes a new instance of the FMIceLinkSliControlFrame class.

Declared In

FMIceLinkSliControlFrame.h

– initWithSlis:

Initializes a new instance of the FMIceLinkSliControlFrame class.
- (instancetype)initWithSlis:(NSMutableArray *)slis

Parameters

slis

The slis.

Discussion

Initializes a new instance of the FMIceLinkSliControlFrame class.

Declared In

FMIceLinkSliControlFrame.h

+ registeredFedbackMessageType

Gets the the registered fedback message type.
+ (int)registeredFedbackMessageType

Discussion

Gets the the registered fedback message type.

Declared In

FMIceLinkSliControlFrame.h

– sliceLossIndications

Gets the slice loss indications.
- (NSMutableArray *)sliceLossIndications

Discussion

Gets the slice loss indications.

Declared In

FMIceLinkSliControlFrame.h

– sliceLossIndicationsCount

Gets the number of SLIs in the FCI field.
- (int)sliceLossIndicationsCount

Discussion

Gets the number of SLIs in the FCI field.

Declared In

FMIceLinkSliControlFrame.h

+ sliControlFrame

Initializes a new instance of the FMIceLinkSliControlFrame class.
+ (FMIceLinkSliControlFrame *)sliControlFrame

Discussion

Initializes a new instance of the FMIceLinkSliControlFrame class.

Declared In

FMIceLinkSliControlFrame.h

+ sliControlFrameWithBuffer:

Initializes a new instance of the FMIceLinkSliControlFrame class.
+ (FMIceLinkSliControlFrame *)sliControlFrameWithBuffer:(FMIceLinkDataBuffer *)buffer

Parameters

buffer

The buffer.

Discussion

Initializes a new instance of the FMIceLinkSliControlFrame class.

Declared In

FMIceLinkSliControlFrame.h

+ sliControlFrameWithSli:

Initializes a new instance of the FMIceLinkSliControlFrame class.
+ (FMIceLinkSliControlFrame *)sliControlFrameWithSli:(FMIceLinkSli *)sli

Parameters

sli

The sli.

Discussion

Initializes a new instance of the FMIceLinkSliControlFrame class.

Declared In

FMIceLinkSliControlFrame.h

+ sliControlFrameWithSlis:

Initializes a new instance of the FMIceLinkSliControlFrame class.
+ (FMIceLinkSliControlFrame *)sliControlFrameWithSlis:(NSMutableArray *)slis

Parameters

slis

The slis.

Discussion

Initializes a new instance of the FMIceLinkSliControlFrame class.

Declared In

FMIceLinkSliControlFrame.h