FMIceLinkAppControlFrame Class Reference
| Inherits from | FMIceLinkMediaControlFrame : NSObject | 
|---|---|
| Declared in | FMIceLinkAppControlFrame.h FMIceLinkAppControlFrame.m  | 
+ appControlFrame
	
Initializes a new instance of the FMIceLinkAppControlFrame class.
			+ (FMIceLinkAppControlFrame *)appControlFrameDiscussion
Initializes a new instance of the FMIceLinkAppControlFrame class.
			Declared In
FMIceLinkAppControlFrame.h
+ appControlFrameWithBuffer:
	
Initializes a new instance of the FMIceLinkAppControlFrame class.
			+ (FMIceLinkAppControlFrame *)appControlFrameWithBuffer:(FMIceLinkDataBuffer *)bufferParameters
buffer | 
						The buffer.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkAppControlFrame class.
			Declared In
FMIceLinkAppControlFrame.h
+ appControlFrameWithSubType:synchronizationSource:name:data:
	
Initializes a new instance of the FMIceLinkAppControlFrame class.
			+ (FMIceLinkAppControlFrame *)appControlFrameWithSubType:(int)subType synchronizationSource:(long long)synchronizationSource name:(NSString *)name data:(FMIceLinkDataBuffer *)dataDiscussion
Initializes a new instance of the FMIceLinkAppControlFrame class.
			Declared In
FMIceLinkAppControlFrame.h
– data
	
Gets optional application-dependent data.
			- (FMIceLinkDataBuffer *)dataDiscussion
Gets optional application-dependent data.
			Declared In
FMIceLinkAppControlFrame.h
– dataLength
	
Gets the length of the FMIceLinkAppControlFrame#[data](#//api/name/data).
			- (int)dataLengthDiscussion
Gets the length of the FMIceLinkAppControlFrame#[data](#//api/name/data).
			Declared In
FMIceLinkAppControlFrame.h
– dataPayloadOffset
	
Gets the offset of the FMIceLinkAppControlFrame#[data](#//api/name/data) in the payload.
			- (int)dataPayloadOffsetDiscussion
Gets the offset of the FMIceLinkAppControlFrame#[data](#//api/name/data) in the payload.
			Declared In
FMIceLinkAppControlFrame.h
+ fixedPayloadHeaderLength
	
Gets the length of the fixed payload header.
			+ (int)fixedPayloadHeaderLengthDiscussion
Gets the length of the fixed payload header.
			Declared In
FMIceLinkAppControlFrame.h
– init
	
Initializes a new instance of the FMIceLinkAppControlFrame class.
			- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkAppControlFrame class.
			Declared In
FMIceLinkAppControlFrame.h
– initWithBuffer:
	
Initializes a new instance of the FMIceLinkAppControlFrame class.
			- (instancetype)initWithBuffer:(FMIceLinkDataBuffer *)bufferParameters
buffer | 
						The buffer.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkAppControlFrame class.
			Declared In
FMIceLinkAppControlFrame.h
– initWithSubType:synchronizationSource:name:data:
	
Initializes a new instance of the FMIceLinkAppControlFrame class.
			- (instancetype)initWithSubType:(int)subType synchronizationSource:(long long)synchronizationSource name:(NSString *)name data:(FMIceLinkDataBuffer *)dataDiscussion
Initializes a new instance of the FMIceLinkAppControlFrame class.
			Declared In
FMIceLinkAppControlFrame.h
– name
	
Gets the name.
			- (NSString *)nameDiscussion
Gets the name.
			Declared In
FMIceLinkAppControlFrame.h
+ registeredPayloadType
	
Gets the application-specific payload type.
			+ (int)registeredPayloadTypeDiscussion
Gets the application-specific payload type.
			Declared In
FMIceLinkAppControlFrame.h
– setName:
	
Sets the [name](#//api/name/name).
			- (void)setName:(NSString *)valueDiscussion
Sets the [name](#//api/name/name).
			Declared In
FMIceLinkAppControlFrame.h
– setSubType:
	
Sets the subtype to allow a set of APP packets to be defined
under one unique [name](#//api/name/name), or for any application-dependent [data](#//api/name/data).
			- (void)setSubType:(int)valueDiscussion
Sets the subtype to allow a set of APP packets to be defined
under one unique [name](#//api/name/name), or for any application-dependent [data](#//api/name/data).
			Declared In
FMIceLinkAppControlFrame.h
– setSynchronizationSource:
	
Sets the synchronization source.
			- (void)setSynchronizationSource:(long long)valueDiscussion
Sets the synchronization source.
			Declared In
FMIceLinkAppControlFrame.h
– subType
	
Gets the subtype to allow a set of APP packets to be defined
under one unique [name](#//api/name/name), or for any application-dependent [data](#//api/name/data).
			- (int)subTypeDiscussion
Gets the subtype to allow a set of APP packets to be defined
under one unique [name](#//api/name/name), or for any application-dependent [data](#//api/name/data).
			Declared In
FMIceLinkAppControlFrame.h
– synchronizationSource
	
Gets the synchronization source.
			- (long long)synchronizationSourceDiscussion
Gets the synchronization source.
			Declared In
FMIceLinkAppControlFrame.h