FMIceLinkMatroskaContentCompression Class Reference
| Inherits from | FMIceLinkMatroskaElement : NSObject | 
|---|---|
| Declared in | FMIceLinkMatroskaContentCompression.h FMIceLinkMatroskaContentCompression.m  | 
– contentCompAlgo
	
Gets the content compression algorithm.
			- (long long)contentCompAlgoDiscussion
Gets the content compression algorithm.
			Declared In
FMIceLinkMatroskaContentCompression.h
+ contentCompression
	
Initializes a new instance of the FMIceLinkMatroskaContentCompression class.
			+ (FMIceLinkMatroskaContentCompression *)contentCompressionDiscussion
Initializes a new instance of the FMIceLinkMatroskaContentCompression class.
			Declared In
FMIceLinkMatroskaContentCompression.h
+ contentCompressionWithBytes:
	
Initializes a new instance of the FMIceLinkMatroskaContentCompression class.
			+ (FMIceLinkMatroskaContentCompression *)contentCompressionWithBytes:(NSMutableData *)bytesParameters
bytes | 
						The bytes.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkMatroskaContentCompression class.
			Declared In
FMIceLinkMatroskaContentCompression.h
– contentCompSettings
	
Gets the content compression settings.
			- (NSMutableData *)contentCompSettingsDiscussion
Gets the content compression settings.
			Declared In
FMIceLinkMatroskaContentCompression.h
+ defaultContentCompAlgo
	
Gets the default content compression algorithm.
			+ (long long)defaultContentCompAlgoDiscussion
Gets the default content compression algorithm.
			Declared In
FMIceLinkMatroskaContentCompression.h
+ ebmlId
	
Gets the EBML ID.
			+ (NSMutableData *)ebmlIdDiscussion
Gets the EBML ID.
			Declared In
FMIceLinkMatroskaContentCompression.h
– getInnerBytes
	
Gets the inner bytes.
			- (NSMutableData *)getInnerBytesDiscussion
Gets the inner bytes.
			Declared In
FMIceLinkMatroskaContentCompression.h
– id
	
Gets the EBML ID.
			- (NSMutableData *)idDiscussion
Gets the EBML ID.
			Declared In
FMIceLinkMatroskaContentCompression.h
– init
	
Initializes a new instance of the FMIceLinkMatroskaContentCompression class.
			- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkMatroskaContentCompression class.
			Declared In
FMIceLinkMatroskaContentCompression.h
– initWithBytes:
	
Initializes a new instance of the FMIceLinkMatroskaContentCompression class.
			- (instancetype)initWithBytes:(NSMutableData *)bytesParameters
bytes | 
						The bytes.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkMatroskaContentCompression class.
			Declared In
FMIceLinkMatroskaContentCompression.h
– setContentCompAlgo:
	
Sets the content compression algorithm.
			- (void)setContentCompAlgo:(long long)valueDiscussion
Sets the content compression algorithm.
			Declared In
FMIceLinkMatroskaContentCompression.h
– setContentCompSettings:
	
Sets the content compression settings.
			- (void)setContentCompSettings:(NSMutableData *)valueDiscussion
Sets the content compression settings.
			Declared In
FMIceLinkMatroskaContentCompression.h