FMIceLinkMatroskaFile Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkMatroskaFile.h FMIceLinkMatroskaFile.m  | 
– ebml
	
Gets the EBML element.
			- (FMIceLinkMatroskaEbml *)ebmlDiscussion
Gets the EBML element.
			Declared In
FMIceLinkMatroskaFile.h
+ file
	
Initializes a new instance of the FMIceLinkMatroskaFile class.
			+ (FMIceLinkMatroskaFile *)fileDiscussion
Initializes a new instance of the FMIceLinkMatroskaFile class.
			Declared In
FMIceLinkMatroskaFile.h
+ fileWithBytes:
	
Initializes a new instance of the FMIceLinkMatroskaFile class.
			+ (FMIceLinkMatroskaFile *)fileWithBytes:(NSMutableData *)bytesParameters
bytes | 
						The bytes.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkMatroskaFile class.
			Declared In
FMIceLinkMatroskaFile.h
– getBytes
	
Serializes to a byte array.
			- (NSMutableData *)getBytesDiscussion
Serializes to a byte array.
			Declared In
FMIceLinkMatroskaFile.h
– init
	
Initializes a new instance of the FMIceLinkMatroskaFile class.
			- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkMatroskaFile class.
			Declared In
FMIceLinkMatroskaFile.h
– initWithBytes:
	
Initializes a new instance of the FMIceLinkMatroskaFile class.
			- (instancetype)initWithBytes:(NSMutableData *)bytesParameters
bytes | 
						The bytes.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkMatroskaFile class.
			Declared In
FMIceLinkMatroskaFile.h
– mergeWithFile:
	
Merges another FMIceLinkMatroskaFile into this one.
			- (void)mergeWithFile:(FMIceLinkMatroskaFile *)fileParameters
file | 
						The FMIceLinkMatroskaFile.  | 
					
|---|
Discussion
Merges another FMIceLinkMatroskaFile into this one.
			Declared In
FMIceLinkMatroskaFile.h
– segment
	
Gets the segment element.
			- (FMIceLinkMatroskaSegment *)segmentDiscussion
Gets the segment element.
			Declared In
FMIceLinkMatroskaFile.h
– setEbml:
	
Sets the EBML element.
			- (void)setEbml:(FMIceLinkMatroskaEbml *)valueDiscussion
Sets the EBML element.
			Declared In
FMIceLinkMatroskaFile.h
– setSegment:
	
Sets the [segment](#//api/name/segment) element.
			- (void)setSegment:(FMIceLinkMatroskaSegment *)valueDiscussion
Sets the [segment](#//api/name/segment) element.
			Declared In
FMIceLinkMatroskaFile.h