FMIceLinkMatroskaBlock Class Reference

Inherits from FMIceLinkMatroskaElement : NSObject
Declared in FMIceLinkMatroskaBlock.h
FMIceLinkMatroskaBlock.m

Overview

A Matroska [block](#//api/name/block) element.

+ block

Initializes a new instance of the FMIceLinkMatroskaBlock class.
+ (FMIceLinkMatroskaBlock *)block

Discussion

Initializes a new instance of the FMIceLinkMatroskaBlock class.

Declared In

FMIceLinkMatroskaBlock.h

+ blockWithBytes:

Initializes a new instance of the FMIceLinkMatroskaBlock class.
+ (FMIceLinkMatroskaBlock *)blockWithBytes:(NSMutableData *)bytes

Parameters

bytes

The bytes.

Discussion

Initializes a new instance of the FMIceLinkMatroskaBlock class.

Declared In

FMIceLinkMatroskaBlock.h

– data

Gets the data.
- (NSMutableData *)data

Discussion

Gets the data.

Declared In

FMIceLinkMatroskaBlock.h

+ ebmlId

Gets the EBML ID.
+ (NSMutableData *)ebmlId

Discussion

Gets the EBML ID.

Declared In

FMIceLinkMatroskaBlock.h

– flags

Gets the flags.
- (uint8_t)flags

Discussion

Gets the flags.

Declared In

FMIceLinkMatroskaBlock.h

– getInnerBytes

Gets the inner bytes.
- (NSMutableData *)getInnerBytes

Discussion

Gets the inner bytes.

Declared In

FMIceLinkMatroskaBlock.h

– id

Gets the EBML ID.
- (NSMutableData *)id

Discussion

Gets the EBML ID.

Declared In

FMIceLinkMatroskaBlock.h

– init

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

Discussion

Initializes a new instance of the FMIceLinkMatroskaBlock class.

Declared In

FMIceLinkMatroskaBlock.h

– initWithBytes:

Initializes a new instance of the FMIceLinkMatroskaBlock class.
- (instancetype)initWithBytes:(NSMutableData *)bytes

Parameters

bytes

The bytes.

Discussion

Initializes a new instance of the FMIceLinkMatroskaBlock class.

Declared In

FMIceLinkMatroskaBlock.h

– setData:

Sets the [data](#//api/name/data).
- (void)setData:(NSMutableData *)value

Discussion

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

Declared In

FMIceLinkMatroskaBlock.h

– setFlags:

Sets the [flags](#//api/name/flags).
- (void)setFlags:(uint8_t)value

Discussion

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

Declared In

FMIceLinkMatroskaBlock.h

– setTimecode:

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

Discussion

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

Declared In

FMIceLinkMatroskaBlock.h

– setTrackNumber:

Sets the track number.
- (void)setTrackNumber:(long long)value

Discussion

Sets the track number.

Declared In

FMIceLinkMatroskaBlock.h

– timecode

Gets the timecode.
- (int)timecode

Discussion

Gets the timecode.

Declared In

FMIceLinkMatroskaBlock.h

– trackNumber

Gets the track number.
- (long long)trackNumber

Discussion

Gets the track number.

Declared In

FMIceLinkMatroskaBlock.h