FMIceLinkMatroskaSegment Class Reference
| Inherits from | FMIceLinkMatroskaElement : NSObject |
|---|---|
| Declared in | FMIceLinkMatroskaSegment.h FMIceLinkMatroskaSegment.m |
– clusters
Gets the cluster elements.
- (NSMutableArray *)clustersDiscussion
Gets the cluster elements.
Declared In
FMIceLinkMatroskaSegment.h
+ ebmlId
Gets the EBML ID.
+ (NSMutableData *)ebmlIdDiscussion
Gets the EBML ID.
Declared In
FMIceLinkMatroskaSegment.h
– getInnerBytes
Gets the inner bytes.
- (NSMutableData *)getInnerBytesDiscussion
Gets the inner bytes.
Declared In
FMIceLinkMatroskaSegment.h
– id
Gets the EBML ID.
- (NSMutableData *)idDiscussion
Gets the EBML ID.
Declared In
FMIceLinkMatroskaSegment.h
– init
Initializes a new instance of the FMIceLinkMatroskaSegment class.
- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkMatroskaSegment class.
Declared In
FMIceLinkMatroskaSegment.h
– initWithBytes:
Initializes a new instance of the FMIceLinkMatroskaSegment class.
- (instancetype)initWithBytes:(NSMutableData *)bytesParameters
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 *)segmentParameters
segment |
The FMIceLinkMatroskaSegment. |
|---|
Discussion
Merges another FMIceLinkMatroskaSegment into this one.
Declared In
FMIceLinkMatroskaSegment.h
– seekHeads
Gets the seek head elements.
- (NSMutableArray *)seekHeadsDiscussion
Gets the seek head elements.
Declared In
FMIceLinkMatroskaSegment.h
+ segment
Initializes a new instance of the FMIceLinkMatroskaSegment class.
+ (FMIceLinkMatroskaSegment *)segmentDiscussion
Initializes a new instance of the FMIceLinkMatroskaSegment class.
Declared In
FMIceLinkMatroskaSegment.h
– segmentInfo
Gets the [segment](#//api/name/segment) info element.
- (FMIceLinkMatroskaSegmentInfo *)segmentInfoDiscussion
Gets the [segment](#//api/name/segment) info element.
Declared In
FMIceLinkMatroskaSegment.h
+ segmentWithBytes:
Initializes a new instance of the FMIceLinkMatroskaSegment class.
+ (FMIceLinkMatroskaSegment *)segmentWithBytes:(NSMutableData *)bytesParameters
bytes |
The bytes. |
|---|
Discussion
Initializes a new instance of the FMIceLinkMatroskaSegment class.
Declared In
FMIceLinkMatroskaSegment.h
– setClusters:
Sets the cluster elements.
- (void)setClusters:(NSMutableArray *)valueDiscussion
Sets the cluster elements.
Declared In
FMIceLinkMatroskaSegment.h
– setSeekHeads:
Sets the seek head elements.
- (void)setSeekHeads:(NSMutableArray *)valueDiscussion
Sets the seek head elements.
Declared In
FMIceLinkMatroskaSegment.h
– setSegmentInfo:
Sets the [segment](#//api/name/segment) info element.
- (void)setSegmentInfo:(FMIceLinkMatroskaSegmentInfo *)valueDiscussion
Sets the [segment](#//api/name/segment) info element.
Declared In
FMIceLinkMatroskaSegment.h
– setTracks:
Sets the track elements.
- (void)setTracks:(NSMutableArray *)valueDiscussion
Sets the track elements.
Declared In
FMIceLinkMatroskaSegment.h
– tracks
Gets the track elements.
- (NSMutableArray *)tracksDiscussion
Gets the track elements.
Declared In
FMIceLinkMatroskaSegment.h