FMIceLinkMatroskaEbml Class Reference

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

Overview

A Matroska EBML element.

+ defaultDocType

Gets the default document type.
+ (NSString *)defaultDocType

Discussion

Gets the default document type.

Declared In

FMIceLinkMatroskaEbml.h

+ defaultDocTypeReadVersion

Gets the default document type read version.
+ (long long)defaultDocTypeReadVersion

Discussion

Gets the default document type read version.

Declared In

FMIceLinkMatroskaEbml.h

+ defaultDocTypeVersion

Gets the default document type version.
+ (long long)defaultDocTypeVersion

Discussion

Gets the default document type version.

Declared In

FMIceLinkMatroskaEbml.h

+ defaultEbmlMaxIdLength

Gets the default EBML maximum identifier length.
+ (long long)defaultEbmlMaxIdLength

Discussion

Gets the default EBML maximum identifier length.

Declared In

FMIceLinkMatroskaEbml.h

+ defaultEbmlMaxSizeLength

Gets the default EBML maximum size length.
+ (long long)defaultEbmlMaxSizeLength

Discussion

Gets the default EBML maximum size length.

Declared In

FMIceLinkMatroskaEbml.h

+ defaultEbmlReadVersion

Gets the default EBML read version.
+ (long long)defaultEbmlReadVersion

Discussion

Gets the default EBML read version.

Declared In

FMIceLinkMatroskaEbml.h

+ defaultEbmlVersion

Gets the default EBML version.
+ (long long)defaultEbmlVersion

Discussion

Gets the default EBML version.

Declared In

FMIceLinkMatroskaEbml.h

– docType

Gets the document type.
- (NSString *)docType

Discussion

Gets the document type.

Declared In

FMIceLinkMatroskaEbml.h

– docTypeReadVersion

Gets the document type read version.
- (long long)docTypeReadVersion

Discussion

Gets the document type read version.

Declared In

FMIceLinkMatroskaEbml.h

– docTypeVersion

Gets the document type version.
- (long long)docTypeVersion

Discussion

Gets the document type version.

Declared In

FMIceLinkMatroskaEbml.h

+ ebml

Initializes a new instance of the FMIceLinkMatroskaEbml class.
+ (FMIceLinkMatroskaEbml *)ebml

Discussion

Initializes a new instance of the FMIceLinkMatroskaEbml class.

Declared In

FMIceLinkMatroskaEbml.h

+ ebmlId

Gets the EBML ID.
+ (NSMutableData *)ebmlId

Discussion

Gets the EBML ID.

Declared In

FMIceLinkMatroskaEbml.h

– ebmlMaxIdLength

Gets the EBML maximum identifier length.
- (long long)ebmlMaxIdLength

Discussion

Gets the EBML maximum identifier length.

Declared In

FMIceLinkMatroskaEbml.h

– ebmlMaxSizeLength

Gets the EBML maximum size length.
- (long long)ebmlMaxSizeLength

Discussion

Gets the EBML maximum size length.

Declared In

FMIceLinkMatroskaEbml.h

– ebmlReadVersion

Gets the EBML read version.
- (long long)ebmlReadVersion

Discussion

Gets the EBML read version.

Declared In

FMIceLinkMatroskaEbml.h

– ebmlVersion

Gets the EBML version.
- (long long)ebmlVersion

Discussion

Gets the EBML version.

Declared In

FMIceLinkMatroskaEbml.h

+ ebmlWithBytes:

Initializes a new instance of the FMIceLinkMatroskaEbml class.
+ (FMIceLinkMatroskaEbml *)ebmlWithBytes:(NSMutableData *)bytes

Parameters

bytes

The bytes.

Discussion

Initializes a new instance of the FMIceLinkMatroskaEbml class.

Declared In

FMIceLinkMatroskaEbml.h

– getInnerBytes

Gets the inner bytes.
- (NSMutableData *)getInnerBytes

Discussion

Gets the inner bytes.

Declared In

FMIceLinkMatroskaEbml.h

– id

Gets the EBML ID.
- (NSMutableData *)id

Discussion

Gets the EBML ID.

Declared In

FMIceLinkMatroskaEbml.h

– init

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

Discussion

Initializes a new instance of the FMIceLinkMatroskaEbml class.

Declared In

FMIceLinkMatroskaEbml.h

– initWithBytes:

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

Parameters

bytes

The bytes.

Discussion

Initializes a new instance of the FMIceLinkMatroskaEbml class.

Declared In

FMIceLinkMatroskaEbml.h

– mergeWithEbml:

Merges another FMIceLinkMatroskaEbml into this one.
- (void)mergeWithEbml:(FMIceLinkMatroskaEbml *)ebml

Parameters

ebml

The FMIceLinkMatroskaEbml.

Discussion

Merges another FMIceLinkMatroskaEbml into this one.

Declared In

FMIceLinkMatroskaEbml.h

– setDocType:

Sets the document type.
- (void)setDocType:(NSString *)value

Discussion

Sets the document type.

Declared In

FMIceLinkMatroskaEbml.h

– setDocTypeReadVersion:

Sets the document type read version.
- (void)setDocTypeReadVersion:(long long)value

Discussion

Sets the document type read version.

Declared In

FMIceLinkMatroskaEbml.h

– setDocTypeVersion:

Sets the document type version.
- (void)setDocTypeVersion:(long long)value

Discussion

Sets the document type version.

Declared In

FMIceLinkMatroskaEbml.h

– setEbmlMaxIdLength:

Sets the EBML maximum identifier length.
- (void)setEbmlMaxIdLength:(long long)value

Discussion

Sets the EBML maximum identifier length.

Declared In

FMIceLinkMatroskaEbml.h

– setEbmlMaxSizeLength:

Sets the EBML maximum size length.
- (void)setEbmlMaxSizeLength:(long long)value

Discussion

Sets the EBML maximum size length.

Declared In

FMIceLinkMatroskaEbml.h

– setEbmlReadVersion:

Sets the EBML read version.
- (void)setEbmlReadVersion:(long long)value

Discussion

Sets the EBML read version.

Declared In

FMIceLinkMatroskaEbml.h

– setEbmlVersion:

Sets the EBML version.
- (void)setEbmlVersion:(long long)value

Discussion

Sets the EBML version.

Declared In

FMIceLinkMatroskaEbml.h