FMIceLinkAfbControlFrame Class Reference

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

Overview

An Application Layer Feedback control (RFC 4585).

+ afbControlFrameWithBuffer:

Initializes a new instance of the FMIceLinkAfbControlFrame class.

+ (FMIceLinkAfbControlFrame *)afbControlFrameWithBuffer:(FMIceLinkDataBuffer *)buffer

Parameters

buffer

The backing data buffer.

Discussion

Initializes a new instance of the FMIceLinkAfbControlFrame class.

Declared In

FMIceLinkAfbControlFrame.h

+ afbControlFrameWithSenderSyncronizationSource:mediaSynchronizationSource:

Initializes a new instance of the FMIceLinkAfbControlFrame class.
+ (FMIceLinkAfbControlFrame *)afbControlFrameWithSenderSyncronizationSource:(long long)senderSyncronizationSource mediaSynchronizationSource:(long long)mediaSynchronizationSource

Parameters

senderSyncronizationSource

The sender syncronization source.

mediaSynchronizationSource

The media synchronization source.

Discussion

Initializes a new instance of the FMIceLinkAfbControlFrame class.

Declared In

FMIceLinkAfbControlFrame.h

+ afbControlFrameWithSenderSyncronizationSource:mediaSynchronizationSource:feedbackControlInformation:

Initializes a new instance of the FMIceLinkAfbControlFrame class.
+ (FMIceLinkAfbControlFrame *)afbControlFrameWithSenderSyncronizationSource:(long long)senderSyncronizationSource mediaSynchronizationSource:(long long)mediaSynchronizationSource feedbackControlInformation:(FMIceLinkDataBuffer *)feedbackControlInformation

Parameters

senderSyncronizationSource

The sender syncronization source.

mediaSynchronizationSource

The media synchronization source.

feedbackControlInformation

The feedback control information.

Discussion

Initializes a new instance of the FMIceLinkAfbControlFrame class.

Declared In

FMIceLinkAfbControlFrame.h

– initWithBuffer:

Initializes a new instance of the FMIceLinkAfbControlFrame class.

- (instancetype)initWithBuffer:(FMIceLinkDataBuffer *)buffer

Parameters

buffer

The backing data buffer.

Discussion

Initializes a new instance of the FMIceLinkAfbControlFrame class.

Declared In

FMIceLinkAfbControlFrame.h

– initWithSenderSyncronizationSource:mediaSynchronizationSource:

Initializes a new instance of the FMIceLinkAfbControlFrame class.
- (instancetype)initWithSenderSyncronizationSource:(long long)senderSyncronizationSource mediaSynchronizationSource:(long long)mediaSynchronizationSource

Parameters

senderSyncronizationSource

The sender syncronization source.

mediaSynchronizationSource

The media synchronization source.

Discussion

Initializes a new instance of the FMIceLinkAfbControlFrame class.

Declared In

FMIceLinkAfbControlFrame.h

– initWithSenderSyncronizationSource:mediaSynchronizationSource:feedbackControlInformation:

Initializes a new instance of the FMIceLinkAfbControlFrame class.
- (instancetype)initWithSenderSyncronizationSource:(long long)senderSyncronizationSource mediaSynchronizationSource:(long long)mediaSynchronizationSource feedbackControlInformation:(FMIceLinkDataBuffer *)feedbackControlInformation

Parameters

senderSyncronizationSource

The sender syncronization source.

mediaSynchronizationSource

The media synchronization source.

feedbackControlInformation

The feedback control information.

Discussion

Initializes a new instance of the FMIceLinkAfbControlFrame class.

Declared In

FMIceLinkAfbControlFrame.h

+ registeredFeedbackMessageType

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

Discussion

Gets the type of the registered feedback message.

Declared In

FMIceLinkAfbControlFrame.h