FMIceLinkMediaControlFrame Class Reference

Inherits from NSObject
Declared in FMIceLinkMediaControlFrame.h
FMIceLinkMediaControlFrame.m

Overview

A media control frame.

– byte1Last5Bits

Gets the last 5 bits of the first byte.
- (int)byte1Last5Bits

Discussion

Gets the last 5 bits of the first byte.

Declared In

FMIceLinkMediaControlFrame.h

– dataBuffer

Gets the buffer.
- (FMIceLinkDataBuffer *)dataBuffer

Discussion

Gets the buffer.

Declared In

FMIceLinkMediaControlFrame.h

+ fixedHeaderLength

Gets the length of the fixed header.
+ (int)fixedHeaderLength

Discussion

Gets the length of the fixed header.

Declared In

FMIceLinkMediaControlFrame.h

– init

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

Discussion

Initializes a new instance of the FMIceLinkMediaControlFrame class.

Declared In

FMIceLinkMediaControlFrame.h

– initWithBuffer:

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

Parameters

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 *)mediaControlFrame

Discussion

Initializes a new instance of the FMIceLinkMediaControlFrame class.

Declared In

FMIceLinkMediaControlFrame.h

+ mediaControlFrameWithBuffer:

Initializes a new instance of the FMIceLinkMediaControlFrame class.
+ (FMIceLinkMediaControlFrame *)mediaControlFrameWithBuffer:(FMIceLinkDataBuffer *)buffer

Parameters

buffer

The buffer.

Discussion

Initializes a new instance of the FMIceLinkMediaControlFrame class.

Declared In

FMIceLinkMediaControlFrame.h

– payload

Gets the payload.
- (FMIceLinkDataBuffer *)payload

Discussion

Gets the payload.

Declared In

FMIceLinkMediaControlFrame.h

– payloadLengthWithPadding

Gets the length of the [payload](#//api/name/payload), in bytes, with padding.
- (int)payloadLengthWithPadding

Discussion

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)payloadType

Discussion

Gets the [payload](#//api/name/payload) type.

Declared In

FMIceLinkMediaControlFrame.h

– setByte1Last5Bits:

Sets the last 5 bits of the first byte.
- (void)setByte1Last5Bits:(int)value

Discussion

Sets the last 5 bits of the first byte.

Declared In

FMIceLinkMediaControlFrame.h

– setDataBuffer:

Sets the buffer.
- (void)setDataBuffer:(FMIceLinkDataBuffer *)value

Discussion

Sets the buffer.

Declared In

FMIceLinkMediaControlFrame.h

– setPayloadLengthWithPadding:

Sets the length of the [payload](#//api/name/payload), in bytes, with padding.
- (void)setPayloadLengthWithPadding:(int)value

Discussion

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)value

Discussion

Sets the [payload](#//api/name/payload) type.

Declared In

FMIceLinkMediaControlFrame.h

– setVersion:

Sets the [version](#//api/name/version).
- (void)setVersion:(int)value

Discussion

Sets the [version](#//api/name/version).

Declared In

FMIceLinkMediaControlFrame.h

– streamId

Gets the stream ID.
- (NSString *)streamId

Discussion

Gets the stream ID.

Declared In

FMIceLinkMediaControlFrame.h

– version

Gets the version.
- (int)version

Discussion

Gets the version.

Declared In

FMIceLinkMediaControlFrame.h