FMIceLinkAfbControlFrame Class Reference
| Inherits from | FMIceLinkPayloadSpecificControlFrame : FMIceLinkFeedbackControlFrame : FMIceLinkMediaControlFrame : NSObject | 
|---|---|
| Declared in | FMIceLinkAfbControlFrame.h FMIceLinkAfbControlFrame.m  | 
+ afbControlFrameWithBuffer:
	
Initializes a new instance of the FMIceLinkAfbControlFrame class.
			
			
		    
			+ (FMIceLinkAfbControlFrame *)afbControlFrameWithBuffer:(FMIceLinkDataBuffer *)bufferParameters
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)mediaSynchronizationSourceParameters
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 *)feedbackControlInformationParameters
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 *)bufferParameters
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)mediaSynchronizationSourceParameters
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 *)feedbackControlInformationParameters
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)registeredFeedbackMessageTypeDiscussion
Gets the type of the registered feedback message.
			Declared In
FMIceLinkAfbControlFrame.h