A Matroska file. More...
Instance Methods | |
(FMLiveSwitchMatroskaEbml *) | - ebml |
Gets the EBML element. More... | |
(NSMutableData *) | - getBytes |
Serializes to a byte array. More... | |
(instancetype) | - init |
Initializes a new instance of the FMLiveSwitchMatroskaFile class. More... | |
(instancetype) | - initWithBytes: |
Initializes a new instance of the FMLiveSwitchMatroskaFile class. More... | |
(void) | - mergeWithFile: |
Merges another FMLiveSwitchMatroskaFile into this one. More... | |
(FMLiveSwitchMatroskaSegment *) | - segment |
Gets the segment element. More... | |
(void) | - setEbml: |
Sets the EBML element. More... | |
(void) | - setSegment: |
Sets the segment element. More... | |
Class Methods | |
(FMLiveSwitchMatroskaFile *) | + file |
Initializes a new instance of the FMLiveSwitchMatroskaFile class. More... | |
(FMLiveSwitchMatroskaFile *) | + fileWithBytes: |
Initializes a new instance of the FMLiveSwitchMatroskaFile class. More... | |
A Matroska file.
- (FMLiveSwitchMatroskaEbml*) ebml |
Gets the EBML element.
+ (FMLiveSwitchMatroskaFile*) file |
Initializes a new instance of the FMLiveSwitchMatroskaFile class.
+ (FMLiveSwitchMatroskaFile*) fileWithBytes: | (NSMutableData *) | bytes |
Initializes a new instance of the FMLiveSwitchMatroskaFile class.
bytes | The bytes. |
- (NSMutableData*) getBytes |
Serializes to a byte array.
- (instancetype) init |
Initializes a new instance of the FMLiveSwitchMatroskaFile class.
- (instancetype) initWithBytes: | (NSMutableData *) | bytes |
Initializes a new instance of the FMLiveSwitchMatroskaFile class.
bytes | The bytes. |
- (void) mergeWithFile: | (FMLiveSwitchMatroskaFile *) | file |
Merges another FMLiveSwitchMatroskaFile into this one.
file | The FMLiveSwitchMatroskaFile. |
- (FMLiveSwitchMatroskaSegment*) segment |
Gets the segment element.
- (void) setEbml: | (FMLiveSwitchMatroskaEbml *) | value |
Sets the EBML element.
- (void) setSegment: | (FMLiveSwitchMatroskaSegment *) | value |
Sets the segment element.