FMIceLinkRRControlFrame Class Reference
| Inherits from | FMIceLinkReportControlFrame : FMIceLinkMediaControlFrame : NSObject | 
|---|---|
| Declared in | FMIceLinkRRControlFrame.h FMIceLinkRRControlFrame.m  | 
– init
	
Initializes a new instance of the FMIceLinkRRControlFrame class.
			- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkRRControlFrame class.
			Declared In
FMIceLinkRRControlFrame.h
– initWithBuffer:
	
Initializes a new instance of the FMIceLinkRRControlFrame class.
			- (instancetype)initWithBuffer:(FMIceLinkDataBuffer *)bufferParameters
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 *)reportBlockParameters
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 *)reportBlocksParameters
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)registeredPayloadTypeDiscussion
Gets the receiver report payload type.
			Declared In
FMIceLinkRRControlFrame.h
+ rrControlFrame
	
Initializes a new instance of the FMIceLinkRRControlFrame class.
			+ (FMIceLinkRRControlFrame *)rrControlFrameDiscussion
Initializes a new instance of the FMIceLinkRRControlFrame class.
			Declared In
FMIceLinkRRControlFrame.h
+ rrControlFrameWithBuffer:
	
Initializes a new instance of the FMIceLinkRRControlFrame class.
			+ (FMIceLinkRRControlFrame *)rrControlFrameWithBuffer:(FMIceLinkDataBuffer *)bufferParameters
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 *)reportBlockParameters
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 *)reportBlocksParameters
synchronizationSource | 
						The synchronization source.  | 
					
|---|---|
reportBlocks | 
						The report blocks.  | 
					
Discussion
Initializes a new instance of the FMIceLinkRRControlFrame class.
			Declared In
FMIceLinkRRControlFrame.h