FMIceLinkRRControlFrame Class Reference

Inherits from FMIceLinkReportControlFrame : FMIceLinkMediaControlFrame : NSObject
Declared in FMIceLinkRRControlFrame.h
FMIceLinkRRControlFrame.m

Overview

A receiver report control frame.

– init

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

Discussion

Initializes a new instance of the FMIceLinkRRControlFrame class.

Declared In

FMIceLinkRRControlFrame.h

– initWithBuffer:

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

Parameters

buffer

An data buffer.

Discussion

Initializes a new instance of the FMIceLinkRRControlFrame class.

Declared In

FMIceLinkRRControlFrame.h

– initWithSynchronizationSource:reportBlock:

Initializes a new instance of the FMIceLinkRRControlFrame class.
- (instancetype)initWithSynchronizationSource:(long long)synchronizationSource reportBlock:(FMIceLinkReportBlock *)reportBlock

Parameters

synchronizationSource

The synchronization source.

reportBlock

The report block.

Discussion

Initializes a new instance of the FMIceLinkRRControlFrame class.

Declared In

FMIceLinkRRControlFrame.h

– initWithSynchronizationSource:reportBlocks:

Initializes a new instance of the FMIceLinkRRControlFrame class.
- (instancetype)initWithSynchronizationSource:(long long)synchronizationSource reportBlocks:(NSMutableArray *)reportBlocks

Parameters

synchronizationSource

The synchronization source.

reportBlocks

The report blocks.

Discussion

Initializes a new instance of the FMIceLinkRRControlFrame class.

Declared In

FMIceLinkRRControlFrame.h

+ registeredPayloadType

Gets the receiver report payload type.
+ (int)registeredPayloadType

Discussion

Gets the receiver report payload type.

Declared In

FMIceLinkRRControlFrame.h

+ rrControlFrame

Initializes a new instance of the FMIceLinkRRControlFrame class.
+ (FMIceLinkRRControlFrame *)rrControlFrame

Discussion

Initializes a new instance of the FMIceLinkRRControlFrame class.

Declared In

FMIceLinkRRControlFrame.h

+ rrControlFrameWithBuffer:

Initializes a new instance of the FMIceLinkRRControlFrame class.
+ (FMIceLinkRRControlFrame *)rrControlFrameWithBuffer:(FMIceLinkDataBuffer *)buffer

Parameters

buffer

An data buffer.

Discussion

Initializes a new instance of the FMIceLinkRRControlFrame class.

Declared In

FMIceLinkRRControlFrame.h

+ rrControlFrameWithSynchronizationSource:reportBlock:

Initializes a new instance of the FMIceLinkRRControlFrame class.
+ (FMIceLinkRRControlFrame *)rrControlFrameWithSynchronizationSource:(long long)synchronizationSource reportBlock:(FMIceLinkReportBlock *)reportBlock

Parameters

synchronizationSource

The synchronization source.

reportBlock

The report block.

Discussion

Initializes a new instance of the FMIceLinkRRControlFrame class.

Declared In

FMIceLinkRRControlFrame.h

+ rrControlFrameWithSynchronizationSource:reportBlocks:

Initializes a new instance of the FMIceLinkRRControlFrame class.
+ (FMIceLinkRRControlFrame *)rrControlFrameWithSynchronizationSource:(long long)synchronizationSource reportBlocks:(NSMutableArray *)reportBlocks

Parameters

synchronizationSource

The synchronization source.

reportBlocks

The report blocks.

Discussion

Initializes a new instance of the FMIceLinkRRControlFrame class.

Declared In

FMIceLinkRRControlFrame.h