FMIceLinkMatroskaCluster Class Reference
| Inherits from | FMIceLinkMatroskaElement : NSObject |
|---|---|
| Declared in | FMIceLinkMatroskaCluster.h FMIceLinkMatroskaCluster.m |
– blockGroups
Gets the block group elements.
- (NSMutableArray *)blockGroupsDiscussion
Gets the block group elements.
Declared In
FMIceLinkMatroskaCluster.h
+ cluster
Initializes a new instance of the FMIceLinkMatroskaCluster class.
+ (FMIceLinkMatroskaCluster *)clusterDiscussion
Initializes a new instance of the FMIceLinkMatroskaCluster class.
Declared In
FMIceLinkMatroskaCluster.h
+ clusterWithBytes:
Initializes a new instance of the FMIceLinkMatroskaCluster class.
+ (FMIceLinkMatroskaCluster *)clusterWithBytes:(NSMutableData *)bytesParameters
bytes |
The bytes. |
|---|
Discussion
Initializes a new instance of the FMIceLinkMatroskaCluster class.
Declared In
FMIceLinkMatroskaCluster.h
+ defaultTimecode
Gets the default [timecode](#//api/name/timecode).
+ (long long)defaultTimecodeDiscussion
Gets the default [timecode](#//api/name/timecode).
Declared In
FMIceLinkMatroskaCluster.h
+ ebmlId
Gets the EBML ID.
+ (NSMutableData *)ebmlIdDiscussion
Gets the EBML ID.
Declared In
FMIceLinkMatroskaCluster.h
– getInnerBytes
Gets the inner bytes.
- (NSMutableData *)getInnerBytesDiscussion
Gets the inner bytes.
Declared In
FMIceLinkMatroskaCluster.h
– id
Gets the EBML ID.
- (NSMutableData *)idDiscussion
Gets the EBML ID.
Declared In
FMIceLinkMatroskaCluster.h
– init
Initializes a new instance of the FMIceLinkMatroskaCluster class.
- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkMatroskaCluster class.
Declared In
FMIceLinkMatroskaCluster.h
– initWithBytes:
Initializes a new instance of the FMIceLinkMatroskaCluster class.
- (instancetype)initWithBytes:(NSMutableData *)bytesParameters
bytes |
The bytes. |
|---|
Discussion
Initializes a new instance of the FMIceLinkMatroskaCluster class.
Declared In
FMIceLinkMatroskaCluster.h
– mergeWithCluster:
Merges another FMIceLinkMatroskaCluster into this one.
- (void)mergeWithCluster:(FMIceLinkMatroskaCluster *)clusterParameters
cluster |
The FMIceLinkMatroskaCluster. |
|---|
Discussion
Merges another FMIceLinkMatroskaCluster into this one.
Declared In
FMIceLinkMatroskaCluster.h
– position
Gets the position.
- (FMIceLinkNullableLong *)positionDiscussion
Gets the position.
Declared In
FMIceLinkMatroskaCluster.h
– prevSize
Gets the previous size.
- (FMIceLinkNullableLong *)prevSizeDiscussion
Gets the previous size.
Declared In
FMIceLinkMatroskaCluster.h
– setBlockGroups:
Sets the block group elements.
- (void)setBlockGroups:(NSMutableArray *)valueDiscussion
Sets the block group elements.
Declared In
FMIceLinkMatroskaCluster.h
– setPosition:
Sets the [position](#//api/name/position).
- (void)setPosition:(FMIceLinkNullableLong *)valueDiscussion
Sets the [position](#//api/name/position).
Declared In
FMIceLinkMatroskaCluster.h
– setPrevSize:
Sets the previous size.
- (void)setPrevSize:(FMIceLinkNullableLong *)valueDiscussion
Sets the previous size.
Declared In
FMIceLinkMatroskaCluster.h
– setSimpleBlocks:
Sets the simple block elements.
- (void)setSimpleBlocks:(NSMutableArray *)valueDiscussion
Sets the simple block elements.
Declared In
FMIceLinkMatroskaCluster.h
– setTimecode:
Sets the [timecode](#//api/name/timecode).
- (void)setTimecode:(long long)valueDiscussion
Sets the [timecode](#//api/name/timecode).
Declared In
FMIceLinkMatroskaCluster.h
– simpleBlocks
Gets the simple block elements.
- (NSMutableArray *)simpleBlocksDiscussion
Gets the simple block elements.
Declared In
FMIceLinkMatroskaCluster.h
– timecode
Gets the timecode.
- (long long)timecodeDiscussion
Gets the timecode.
Declared In
FMIceLinkMatroskaCluster.h