FMIceLinkMatroskaSegment Class Reference

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

Overview

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

– clusters

Gets the cluster elements.
- (NSMutableArray *)clusters

Discussion

Gets the cluster elements.

Declared In

FMIceLinkMatroskaSegment.h

+ ebmlId

Gets the EBML ID.
+ (NSMutableData *)ebmlId

Discussion

Gets the EBML ID.

Declared In

FMIceLinkMatroskaSegment.h

– getInnerBytes

Gets the inner bytes.
- (NSMutableData *)getInnerBytes

Discussion

Gets the inner bytes.

Declared In

FMIceLinkMatroskaSegment.h

– id

Gets the EBML ID.
- (NSMutableData *)id

Discussion

Gets the EBML ID.

Declared In

FMIceLinkMatroskaSegment.h

– init

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

Discussion

Initializes a new instance of the FMIceLinkMatroskaSegment class.

Declared In

FMIceLinkMatroskaSegment.h

– initWithBytes:

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

Parameters

bytes

The bytes.

Discussion

Initializes a new instance of the FMIceLinkMatroskaSegment class.

Declared In

FMIceLinkMatroskaSegment.h

– mergeWithSegment:

Merges another FMIceLinkMatroskaSegment into this one.
- (void)mergeWithSegment:(FMIceLinkMatroskaSegment *)segment

Parameters

segment

The FMIceLinkMatroskaSegment.

Discussion

Merges another FMIceLinkMatroskaSegment into this one.

Declared In

FMIceLinkMatroskaSegment.h

– seekHeads

Gets the seek head elements.
- (NSMutableArray *)seekHeads

Discussion

Gets the seek head elements.

Declared In

FMIceLinkMatroskaSegment.h

+ segment

Initializes a new instance of the FMIceLinkMatroskaSegment class.
+ (FMIceLinkMatroskaSegment *)segment

Discussion

Initializes a new instance of the FMIceLinkMatroskaSegment class.

Declared In

FMIceLinkMatroskaSegment.h

– segmentInfo

Gets the [segment](#//api/name/segment) info element.
- (FMIceLinkMatroskaSegmentInfo *)segmentInfo

Discussion

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

Declared In

FMIceLinkMatroskaSegment.h

+ segmentWithBytes:

Initializes a new instance of the FMIceLinkMatroskaSegment class.
+ (FMIceLinkMatroskaSegment *)segmentWithBytes:(NSMutableData *)bytes

Parameters

bytes

The bytes.

Discussion

Initializes a new instance of the FMIceLinkMatroskaSegment class.

Declared In

FMIceLinkMatroskaSegment.h

– setClusters:

Sets the cluster elements.
- (void)setClusters:(NSMutableArray *)value

Discussion

Sets the cluster elements.

Declared In

FMIceLinkMatroskaSegment.h

– setSeekHeads:

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

Discussion

Sets the seek head elements.

Declared In

FMIceLinkMatroskaSegment.h

– setSegmentInfo:

Sets the [segment](#//api/name/segment) info element.
- (void)setSegmentInfo:(FMIceLinkMatroskaSegmentInfo *)value

Discussion

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

Declared In

FMIceLinkMatroskaSegment.h

– setTracks:

Sets the track elements.
- (void)setTracks:(NSMutableArray *)value

Discussion

Sets the track elements.

Declared In

FMIceLinkMatroskaSegment.h

– tracks

Gets the track elements.
- (NSMutableArray *)tracks

Discussion

Gets the track elements.

Declared In

FMIceLinkMatroskaSegment.h