FMIceLinkMediaControlFrame Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkMediaControlFrame.h FMIceLinkMediaControlFrame.m  | 
– byte1Last5Bits
	
Gets the last 5 bits of the first byte.
			- (int)byte1Last5BitsDiscussion
Gets the last 5 bits of the first byte.
			Declared In
FMIceLinkMediaControlFrame.h
– dataBuffer
	
Gets the buffer.
			- (FMIceLinkDataBuffer *)dataBufferDiscussion
Gets the buffer.
			Declared In
FMIceLinkMediaControlFrame.h
+ fixedHeaderLength
	
Gets the length of the fixed header.
			+ (int)fixedHeaderLengthDiscussion
Gets the length of the fixed header.
			Declared In
FMIceLinkMediaControlFrame.h
– init
	
Initializes a new instance of the FMIceLinkMediaControlFrame class.
			- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkMediaControlFrame class.
			Declared In
FMIceLinkMediaControlFrame.h
– initWithBuffer:
	
Initializes a new instance of the FMIceLinkMediaControlFrame class.
			- (instancetype)initWithBuffer:(FMIceLinkDataBuffer *)bufferParameters
buffer | 
						The buffer.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkMediaControlFrame class.
			Declared In
FMIceLinkMediaControlFrame.h
+ mediaControlFrame
	
Initializes a new instance of the FMIceLinkMediaControlFrame class.
			+ (FMIceLinkMediaControlFrame *)mediaControlFrameDiscussion
Initializes a new instance of the FMIceLinkMediaControlFrame class.
			Declared In
FMIceLinkMediaControlFrame.h
+ mediaControlFrameWithBuffer:
	
Initializes a new instance of the FMIceLinkMediaControlFrame class.
			+ (FMIceLinkMediaControlFrame *)mediaControlFrameWithBuffer:(FMIceLinkDataBuffer *)bufferParameters
buffer | 
						The buffer.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkMediaControlFrame class.
			Declared In
FMIceLinkMediaControlFrame.h
– payload
	
Gets the payload.
			- (FMIceLinkDataBuffer *)payloadDiscussion
Gets the payload.
			Declared In
FMIceLinkMediaControlFrame.h
– payloadLengthWithPadding
	
Gets the length of the [payload](#//api/name/payload), in bytes, with padding.
			- (int)payloadLengthWithPaddingDiscussion
Gets the length of the [payload](#//api/name/payload), in bytes, with padding.
			Declared In
FMIceLinkMediaControlFrame.h
– payloadType
	
Gets the [payload](#//api/name/payload) type.
			- (int)payloadTypeDiscussion
Gets the [payload](#//api/name/payload) type.
			Declared In
FMIceLinkMediaControlFrame.h
– setByte1Last5Bits:
	
Sets the last 5 bits of the first byte.
			- (void)setByte1Last5Bits:(int)valueDiscussion
Sets the last 5 bits of the first byte.
			Declared In
FMIceLinkMediaControlFrame.h
– setDataBuffer:
	
Sets the buffer.
			- (void)setDataBuffer:(FMIceLinkDataBuffer *)valueDiscussion
Sets the buffer.
			Declared In
FMIceLinkMediaControlFrame.h
– setPayloadLengthWithPadding:
	
Sets the length of the [payload](#//api/name/payload), in bytes, with padding.
			- (void)setPayloadLengthWithPadding:(int)valueDiscussion
Sets the length of the [payload](#//api/name/payload), in bytes, with padding.
			Declared In
FMIceLinkMediaControlFrame.h
– setPayloadType:
	
Sets the [payload](#//api/name/payload) type.
			- (void)setPayloadType:(int)valueDiscussion
Sets the [payload](#//api/name/payload) type.
			Declared In
FMIceLinkMediaControlFrame.h
– setVersion:
	
Sets the [version](#//api/name/version).
			- (void)setVersion:(int)valueDiscussion
Sets the [version](#//api/name/version).
			Declared In
FMIceLinkMediaControlFrame.h
– streamId
	
Gets the stream ID.
			- (NSString *)streamIdDiscussion
Gets the stream ID.
			Declared In
FMIceLinkMediaControlFrame.h
– version
	
Gets the version.
			- (int)versionDiscussion
Gets the version.
			Declared In
FMIceLinkMediaControlFrame.h