FMIceLinkMatroskaFile Class Reference

Inherits from NSObject
Declared in FMIceLinkMatroskaFile.h
FMIceLinkMatroskaFile.m

Overview

A Matroska [file](#//api/name/file).

– ebml

Gets the EBML element.
- (FMIceLinkMatroskaEbml *)ebml

Discussion

Gets the EBML element.

Declared In

FMIceLinkMatroskaFile.h

+ file

Initializes a new instance of the FMIceLinkMatroskaFile class.
+ (FMIceLinkMatroskaFile *)file

Discussion

Initializes a new instance of the FMIceLinkMatroskaFile class.

Declared In

FMIceLinkMatroskaFile.h

+ fileWithBytes:

Initializes a new instance of the FMIceLinkMatroskaFile class.
+ (FMIceLinkMatroskaFile *)fileWithBytes:(NSMutableData *)bytes

Parameters

bytes

The bytes.

Discussion

Initializes a new instance of the FMIceLinkMatroskaFile class.

Declared In

FMIceLinkMatroskaFile.h

– getBytes

Serializes to a byte array.
- (NSMutableData *)getBytes

Discussion

Serializes to a byte array.

Declared In

FMIceLinkMatroskaFile.h

– init

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

Discussion

Initializes a new instance of the FMIceLinkMatroskaFile class.

Declared In

FMIceLinkMatroskaFile.h

– initWithBytes:

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

Parameters

bytes

The bytes.

Discussion

Initializes a new instance of the FMIceLinkMatroskaFile class.

Declared In

FMIceLinkMatroskaFile.h

– mergeWithFile:

Merges another FMIceLinkMatroskaFile into this one.
- (void)mergeWithFile:(FMIceLinkMatroskaFile *)file

Parameters

file

The FMIceLinkMatroskaFile.

Discussion

Merges another FMIceLinkMatroskaFile into this one.

Declared In

FMIceLinkMatroskaFile.h

– segment

Gets the segment element.
- (FMIceLinkMatroskaSegment *)segment

Discussion

Gets the segment element.

Declared In

FMIceLinkMatroskaFile.h

– setEbml:

Sets the EBML element.
- (void)setEbml:(FMIceLinkMatroskaEbml *)value

Discussion

Sets the EBML element.

Declared In

FMIceLinkMatroskaFile.h

– setSegment:

Sets the [segment](#//api/name/segment) element.
- (void)setSegment:(FMIceLinkMatroskaSegment *)value

Discussion

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

Declared In

FMIceLinkMatroskaFile.h