FMIceLinkMatroskaBlockGroup Class Reference

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

Overview

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

– block

Gets the block element.
- (FMIceLinkMatroskaBlock *)block

Discussion

Gets the block element.

Declared In

FMIceLinkMatroskaBlockGroup.h

– blockDuration

Gets the duration of the [block](#//api/name/block).
- (FMIceLinkNullableLong *)blockDuration

Discussion

Gets the duration of the [block](#//api/name/block).

Declared In

FMIceLinkMatroskaBlockGroup.h

+ blockGroup

Initializes a new instance of the FMIceLinkMatroskaBlockGroup class.
+ (FMIceLinkMatroskaBlockGroup *)blockGroup

Discussion

Initializes a new instance of the FMIceLinkMatroskaBlockGroup class.

Declared In

FMIceLinkMatroskaBlockGroup.h

+ blockGroupWithBytes:

Initializes a new instance of the FMIceLinkMatroskaBlockGroup class.
+ (FMIceLinkMatroskaBlockGroup *)blockGroupWithBytes:(NSMutableData *)bytes

Parameters

bytes

The bytes.

Discussion

Initializes a new instance of the FMIceLinkMatroskaBlockGroup class.

Declared In

FMIceLinkMatroskaBlockGroup.h

+ ebmlId

Gets the EBML ID.
+ (NSMutableData *)ebmlId

Discussion

Gets the EBML ID.

Declared In

FMIceLinkMatroskaBlockGroup.h

– getInnerBytes

Gets the inner bytes.
- (NSMutableData *)getInnerBytes

Discussion

Gets the inner bytes.

Declared In

FMIceLinkMatroskaBlockGroup.h

– id

Gets the EBML ID.
- (NSMutableData *)id

Discussion

Gets the EBML ID.

Declared In

FMIceLinkMatroskaBlockGroup.h

– init

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

Discussion

Initializes a new instance of the FMIceLinkMatroskaBlockGroup class.

Declared In

FMIceLinkMatroskaBlockGroup.h

– initWithBytes:

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

Parameters

bytes

The bytes.

Discussion

Initializes a new instance of the FMIceLinkMatroskaBlockGroup class.

Declared In

FMIceLinkMatroskaBlockGroup.h

– referenceBlocks

Gets the reference blocks.
- (NSMutableArray *)referenceBlocks

Discussion

Gets the reference blocks.

Declared In

FMIceLinkMatroskaBlockGroup.h

– setBlock:

Sets the [block](#//api/name/block) element.
- (void)setBlock:(FMIceLinkMatroskaBlock *)value

Discussion

Sets the [block](#//api/name/block) element.

Declared In

FMIceLinkMatroskaBlockGroup.h

– setBlockDuration:

Sets the duration of the [block](#//api/name/block).
- (void)setBlockDuration:(FMIceLinkNullableLong *)value

Discussion

Sets the duration of the [block](#//api/name/block).

Declared In

FMIceLinkMatroskaBlockGroup.h

– setReferenceBlocks:

Sets the reference blocks.
- (void)setReferenceBlocks:(NSMutableArray *)value

Discussion

Sets the reference blocks.

Declared In

FMIceLinkMatroskaBlockGroup.h