FMIceLinkMatroskaSeekHead Class Reference

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

Overview

A Matroska seek head element.

+ ebmlId

Gets the EBML ID.
+ (NSMutableData *)ebmlId

Discussion

Gets the EBML ID.

Declared In

FMIceLinkMatroskaSeekHead.h

– getInnerBytes

Gets the inner bytes.
- (NSMutableData *)getInnerBytes

Discussion

Gets the inner bytes.

Declared In

FMIceLinkMatroskaSeekHead.h

– id

Gets the EBML ID.
- (NSMutableData *)id

Discussion

Gets the EBML ID.

Declared In

FMIceLinkMatroskaSeekHead.h

– init

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

Discussion

Initializes a new instance of the FMIceLinkMatroskaSeekHead class.

Declared In

FMIceLinkMatroskaSeekHead.h

– initWithBytes:

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

Parameters

bytes

The bytes.

Discussion

Initializes a new instance of the FMIceLinkMatroskaSeekHead class.

Declared In

FMIceLinkMatroskaSeekHead.h

+ seekHead

Initializes a new instance of the FMIceLinkMatroskaSeekHead class.
+ (FMIceLinkMatroskaSeekHead *)seekHead

Discussion

Initializes a new instance of the FMIceLinkMatroskaSeekHead class.

Declared In

FMIceLinkMatroskaSeekHead.h

+ seekHeadWithBytes:

Initializes a new instance of the FMIceLinkMatroskaSeekHead class.
+ (FMIceLinkMatroskaSeekHead *)seekHeadWithBytes:(NSMutableData *)bytes

Parameters

bytes

The bytes.

Discussion

Initializes a new instance of the FMIceLinkMatroskaSeekHead class.

Declared In

FMIceLinkMatroskaSeekHead.h

– seeks

Gets the seek elements.
- (NSMutableArray *)seeks

Discussion

Gets the seek elements.

Declared In

FMIceLinkMatroskaSeekHead.h

– setSeeks:

Sets the seek elements.
- (void)setSeeks:(NSMutableArray *)value

Discussion

Sets the seek elements.

Declared In

FMIceLinkMatroskaSeekHead.h