FMIceLinkMatroskaBlock Class Reference
| Inherits from | FMIceLinkMatroskaElement : NSObject |
|---|---|
| Declared in | FMIceLinkMatroskaBlock.h FMIceLinkMatroskaBlock.m |
+ block
Initializes a new instance of the FMIceLinkMatroskaBlock class.
+ (FMIceLinkMatroskaBlock *)blockDiscussion
Initializes a new instance of the FMIceLinkMatroskaBlock class.
Declared In
FMIceLinkMatroskaBlock.h
+ blockWithBytes:
Initializes a new instance of the FMIceLinkMatroskaBlock class.
+ (FMIceLinkMatroskaBlock *)blockWithBytes:(NSMutableData *)bytesParameters
bytes |
The bytes. |
|---|
Discussion
Initializes a new instance of the FMIceLinkMatroskaBlock class.
Declared In
FMIceLinkMatroskaBlock.h
– data
Gets the data.
- (NSMutableData *)dataDiscussion
Gets the data.
Declared In
FMIceLinkMatroskaBlock.h
+ ebmlId
Gets the EBML ID.
+ (NSMutableData *)ebmlIdDiscussion
Gets the EBML ID.
Declared In
FMIceLinkMatroskaBlock.h
– flags
Gets the flags.
- (uint8_t)flagsDiscussion
Gets the flags.
Declared In
FMIceLinkMatroskaBlock.h
– getInnerBytes
Gets the inner bytes.
- (NSMutableData *)getInnerBytesDiscussion
Gets the inner bytes.
Declared In
FMIceLinkMatroskaBlock.h
– id
Gets the EBML ID.
- (NSMutableData *)idDiscussion
Gets the EBML ID.
Declared In
FMIceLinkMatroskaBlock.h
– init
Initializes a new instance of the FMIceLinkMatroskaBlock class.
- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkMatroskaBlock class.
Declared In
FMIceLinkMatroskaBlock.h
– initWithBytes:
Initializes a new instance of the FMIceLinkMatroskaBlock class.
- (instancetype)initWithBytes:(NSMutableData *)bytesParameters
bytes |
The bytes. |
|---|
Discussion
Initializes a new instance of the FMIceLinkMatroskaBlock class.
Declared In
FMIceLinkMatroskaBlock.h
– setData:
Sets the [data](#//api/name/data).
- (void)setData:(NSMutableData *)valueDiscussion
Sets the [data](#//api/name/data).
Declared In
FMIceLinkMatroskaBlock.h
– setFlags:
Sets the [flags](#//api/name/flags).
- (void)setFlags:(uint8_t)valueDiscussion
Sets the [flags](#//api/name/flags).
Declared In
FMIceLinkMatroskaBlock.h
– setTimecode:
Sets the [timecode](#//api/name/timecode).
- (void)setTimecode:(int)valueDiscussion
Sets the [timecode](#//api/name/timecode).
Declared In
FMIceLinkMatroskaBlock.h
– setTrackNumber:
Sets the track number.
- (void)setTrackNumber:(long long)valueDiscussion
Sets the track number.
Declared In
FMIceLinkMatroskaBlock.h
– timecode
Gets the timecode.
- (int)timecodeDiscussion
Gets the timecode.
Declared In
FMIceLinkMatroskaBlock.h
– trackNumber
Gets the track number.
- (long long)trackNumberDiscussion
Gets the track number.
Declared In
FMIceLinkMatroskaBlock.h