FMLiveSwitchMatroskaFile Class Reference

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...
 

Detailed Description

A Matroska file.

Method Documentation

◆ ebml

Gets the EBML element.

◆ file

Initializes a new instance of the FMLiveSwitchMatroskaFile class.

◆ fileWithBytes:

+ (FMLiveSwitchMatroskaFile*) fileWithBytes: (NSMutableData *)  bytes

Initializes a new instance of the FMLiveSwitchMatroskaFile class.

Parameters
bytesThe bytes.

◆ getBytes

- (NSMutableData*) getBytes

Serializes to a byte array.

◆ init

- (instancetype) init

Initializes a new instance of the FMLiveSwitchMatroskaFile class.

◆ initWithBytes:

- (instancetype) initWithBytes: (NSMutableData *)  bytes

Initializes a new instance of the FMLiveSwitchMatroskaFile class.

Parameters
bytesThe bytes.

◆ mergeWithFile:

- (void) mergeWithFile: (FMLiveSwitchMatroskaFile *)  file

Merges another FMLiveSwitchMatroskaFile into this one.

Parameters
fileThe FMLiveSwitchMatroskaFile.

◆ segment

Gets the segment element.

◆ setEbml:

- (void) setEbml: (FMLiveSwitchMatroskaEbml *)  value

Sets the EBML element.

◆ setSegment:

- (void) setSegment: (FMLiveSwitchMatroskaSegment *)  value

Sets the segment element.