FMIceLinkMatroskaTrack Class Reference

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

Overview

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

+ ebmlId

Gets the EBML ID.
+ (NSMutableData *)ebmlId

Discussion

Gets the EBML ID.

Declared In

FMIceLinkMatroskaTrack.h

– getInnerBytes

Gets the inner bytes.
- (NSMutableData *)getInnerBytes

Discussion

Gets the inner bytes.

Declared In

FMIceLinkMatroskaTrack.h

– id

Gets the EBML ID.
- (NSMutableData *)id

Discussion

Gets the EBML ID.

Declared In

FMIceLinkMatroskaTrack.h

– init

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

Discussion

Initializes a new instance of the FMIceLinkMatroskaTrack class.

Declared In

FMIceLinkMatroskaTrack.h

– initWithBytes:

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

Parameters

bytes

The bytes.

Discussion

Initializes a new instance of the FMIceLinkMatroskaTrack class.

Declared In

FMIceLinkMatroskaTrack.h

– mergeWithTrack:

Merges another FMIceLinkMatroskaTrack into this one.
- (void)mergeWithTrack:(FMIceLinkMatroskaTrack *)track

Parameters

track

The FMIceLinkMatroskaTrack.

Discussion

Merges another FMIceLinkMatroskaTrack into this one.

Declared In

FMIceLinkMatroskaTrack.h

– setTrackEntries:

Sets the [track](#//api/name/track) entry elements.
- (void)setTrackEntries:(NSMutableArray *)value

Discussion

Sets the [track](#//api/name/track) entry elements.

Declared In

FMIceLinkMatroskaTrack.h

+ track

Initializes a new instance of the FMIceLinkMatroskaTrack class.
+ (FMIceLinkMatroskaTrack *)track

Discussion

Initializes a new instance of the FMIceLinkMatroskaTrack class.

Declared In

FMIceLinkMatroskaTrack.h

– trackEntries

Gets the [track](#//api/name/track) entry elements.
- (NSMutableArray *)trackEntries

Discussion

Gets the [track](#//api/name/track) entry elements.

Declared In

FMIceLinkMatroskaTrack.h

+ trackWithBytes:

Initializes a new instance of the FMIceLinkMatroskaTrack class.
+ (FMIceLinkMatroskaTrack *)trackWithBytes:(NSMutableData *)bytes

Parameters

bytes

The bytes.

Discussion

Initializes a new instance of the FMIceLinkMatroskaTrack class.

Declared In

FMIceLinkMatroskaTrack.h