FMIceLinkMatroskaEbml Class Reference
| Inherits from | FMIceLinkMatroskaElement : NSObject | 
|---|---|
| Declared in | FMIceLinkMatroskaEbml.h FMIceLinkMatroskaEbml.m  | 
+ defaultDocType
	
Gets the default document type.
			+ (NSString *)defaultDocTypeDiscussion
Gets the default document type.
			Declared In
FMIceLinkMatroskaEbml.h
+ defaultDocTypeReadVersion
	
Gets the default document type read version.
			+ (long long)defaultDocTypeReadVersionDiscussion
Gets the default document type read version.
			Declared In
FMIceLinkMatroskaEbml.h
+ defaultDocTypeVersion
	
Gets the default document type version.
			+ (long long)defaultDocTypeVersionDiscussion
Gets the default document type version.
			Declared In
FMIceLinkMatroskaEbml.h
+ defaultEbmlMaxIdLength
	
Gets the default EBML maximum identifier length.
			+ (long long)defaultEbmlMaxIdLengthDiscussion
Gets the default EBML maximum identifier length.
			Declared In
FMIceLinkMatroskaEbml.h
+ defaultEbmlMaxSizeLength
	
Gets the default EBML maximum size length.
			+ (long long)defaultEbmlMaxSizeLengthDiscussion
Gets the default EBML maximum size length.
			Declared In
FMIceLinkMatroskaEbml.h
+ defaultEbmlReadVersion
	
Gets the default EBML read version.
			+ (long long)defaultEbmlReadVersionDiscussion
Gets the default EBML read version.
			Declared In
FMIceLinkMatroskaEbml.h
+ defaultEbmlVersion
	
Gets the default EBML version.
			+ (long long)defaultEbmlVersionDiscussion
Gets the default EBML version.
			Declared In
FMIceLinkMatroskaEbml.h
– docType
	
Gets the document type.
			- (NSString *)docTypeDiscussion
Gets the document type.
			Declared In
FMIceLinkMatroskaEbml.h
– docTypeReadVersion
	
Gets the document type read version.
			- (long long)docTypeReadVersionDiscussion
Gets the document type read version.
			Declared In
FMIceLinkMatroskaEbml.h
– docTypeVersion
	
Gets the document type version.
			- (long long)docTypeVersionDiscussion
Gets the document type version.
			Declared In
FMIceLinkMatroskaEbml.h
+ ebml
	
Initializes a new instance of the FMIceLinkMatroskaEbml class.
			+ (FMIceLinkMatroskaEbml *)ebmlDiscussion
Initializes a new instance of the FMIceLinkMatroskaEbml class.
			Declared In
FMIceLinkMatroskaEbml.h
+ ebmlId
	
Gets the EBML ID.
			+ (NSMutableData *)ebmlIdDiscussion
Gets the EBML ID.
			Declared In
FMIceLinkMatroskaEbml.h
– ebmlMaxIdLength
	
Gets the EBML maximum identifier length.
			- (long long)ebmlMaxIdLengthDiscussion
Gets the EBML maximum identifier length.
			Declared In
FMIceLinkMatroskaEbml.h
– ebmlMaxSizeLength
	
Gets the EBML maximum size length.
			- (long long)ebmlMaxSizeLengthDiscussion
Gets the EBML maximum size length.
			Declared In
FMIceLinkMatroskaEbml.h
– ebmlReadVersion
	
Gets the EBML read version.
			- (long long)ebmlReadVersionDiscussion
Gets the EBML read version.
			Declared In
FMIceLinkMatroskaEbml.h
– ebmlVersion
	
Gets the EBML version.
			- (long long)ebmlVersionDiscussion
Gets the EBML version.
			Declared In
FMIceLinkMatroskaEbml.h
+ ebmlWithBytes:
	
Initializes a new instance of the FMIceLinkMatroskaEbml class.
			+ (FMIceLinkMatroskaEbml *)ebmlWithBytes:(NSMutableData *)bytesParameters
bytes | 
						The bytes.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkMatroskaEbml class.
			Declared In
FMIceLinkMatroskaEbml.h
– getInnerBytes
	
Gets the inner bytes.
			- (NSMutableData *)getInnerBytesDiscussion
Gets the inner bytes.
			Declared In
FMIceLinkMatroskaEbml.h
– id
	
Gets the EBML ID.
			- (NSMutableData *)idDiscussion
Gets the EBML ID.
			Declared In
FMIceLinkMatroskaEbml.h
– init
	
Initializes a new instance of the FMIceLinkMatroskaEbml class.
			- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkMatroskaEbml class.
			Declared In
FMIceLinkMatroskaEbml.h
– initWithBytes:
	
Initializes a new instance of the FMIceLinkMatroskaEbml class.
			- (instancetype)initWithBytes:(NSMutableData *)bytesParameters
bytes | 
						The bytes.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkMatroskaEbml class.
			Declared In
FMIceLinkMatroskaEbml.h
– mergeWithEbml:
	
Merges another FMIceLinkMatroskaEbml into this one.
			- (void)mergeWithEbml:(FMIceLinkMatroskaEbml *)ebmlParameters
ebml | 
						The FMIceLinkMatroskaEbml.  | 
					
|---|
Discussion
Merges another FMIceLinkMatroskaEbml into this one.
			Declared In
FMIceLinkMatroskaEbml.h
– setDocType:
	
Sets the document type.
			- (void)setDocType:(NSString *)valueDiscussion
Sets the document type.
			Declared In
FMIceLinkMatroskaEbml.h
– setDocTypeReadVersion:
	
Sets the document type read version.
			- (void)setDocTypeReadVersion:(long long)valueDiscussion
Sets the document type read version.
			Declared In
FMIceLinkMatroskaEbml.h
– setDocTypeVersion:
	
Sets the document type version.
			- (void)setDocTypeVersion:(long long)valueDiscussion
Sets the document type version.
			Declared In
FMIceLinkMatroskaEbml.h
– setEbmlMaxIdLength:
	
Sets the EBML maximum identifier length.
			- (void)setEbmlMaxIdLength:(long long)valueDiscussion
Sets the EBML maximum identifier length.
			Declared In
FMIceLinkMatroskaEbml.h
– setEbmlMaxSizeLength:
	
Sets the EBML maximum size length.
			- (void)setEbmlMaxSizeLength:(long long)valueDiscussion
Sets the EBML maximum size length.
			Declared In
FMIceLinkMatroskaEbml.h
– setEbmlReadVersion:
	
Sets the EBML read version.
			- (void)setEbmlReadVersion:(long long)valueDiscussion
Sets the EBML read version.
			Declared In
FMIceLinkMatroskaEbml.h
– setEbmlVersion:
	
Sets the EBML version.
			- (void)setEbmlVersion:(long long)valueDiscussion
Sets the EBML version.
			Declared In
FMIceLinkMatroskaEbml.h