FMIceLinkMatroskaContentEncoding Class Reference
| Inherits from | FMIceLinkMatroskaElement : NSObject |
|---|---|
| Declared in | FMIceLinkMatroskaContentEncoding.h FMIceLinkMatroskaContentEncoding.m |
– contentCompression
Gets the content compression element.
- (FMIceLinkMatroskaContentCompression *)contentCompressionDiscussion
Gets the content compression element.
Declared In
FMIceLinkMatroskaContentEncoding.h
+ contentEncoding
Initializes a new instance of the FMIceLinkMatroskaContentEncoding class.
+ (FMIceLinkMatroskaContentEncoding *)contentEncodingDiscussion
Initializes a new instance of the FMIceLinkMatroskaContentEncoding class.
Declared In
FMIceLinkMatroskaContentEncoding.h
– contentEncodingOrder
Gets the content encoding order.
- (long long)contentEncodingOrderDiscussion
Gets the content encoding order.
Declared In
FMIceLinkMatroskaContentEncoding.h
– contentEncodingScope
Gets the content encoding scope.
- (long long)contentEncodingScopeDiscussion
Gets the content encoding scope.
Declared In
FMIceLinkMatroskaContentEncoding.h
– contentEncodingType
Gets the content encoding type.
- (long long)contentEncodingTypeDiscussion
Gets the content encoding type.
Declared In
FMIceLinkMatroskaContentEncoding.h
+ contentEncodingWithBytes:
Initializes a new instance of the FMIceLinkMatroskaContentEncoding class.
+ (FMIceLinkMatroskaContentEncoding *)contentEncodingWithBytes:(NSMutableData *)bytesParameters
bytes |
The bytes. |
|---|
Discussion
Initializes a new instance of the FMIceLinkMatroskaContentEncoding class.
Declared In
FMIceLinkMatroskaContentEncoding.h
+ defaultContentEncodingOrder
Gets the default content encoding order.
+ (long long)defaultContentEncodingOrderDiscussion
Gets the default content encoding order.
Declared In
FMIceLinkMatroskaContentEncoding.h
+ defaultContentEncodingScope
Gets the default content encoding scope.
+ (long long)defaultContentEncodingScopeDiscussion
Gets the default content encoding scope.
Declared In
FMIceLinkMatroskaContentEncoding.h
+ defaultContentEncodingType
Gets the default content encoding type.
+ (long long)defaultContentEncodingTypeDiscussion
Gets the default content encoding type.
Declared In
FMIceLinkMatroskaContentEncoding.h
+ ebmlId
Gets the EBML ID.
+ (NSMutableData *)ebmlIdDiscussion
Gets the EBML ID.
Declared In
FMIceLinkMatroskaContentEncoding.h
– getInnerBytes
Gets the inner bytes.
- (NSMutableData *)getInnerBytesDiscussion
Gets the inner bytes.
Declared In
FMIceLinkMatroskaContentEncoding.h
– id
Gets the EBML ID.
- (NSMutableData *)idDiscussion
Gets the EBML ID.
Declared In
FMIceLinkMatroskaContentEncoding.h
– init
Initializes a new instance of the FMIceLinkMatroskaContentEncoding class.
- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkMatroskaContentEncoding class.
Declared In
FMIceLinkMatroskaContentEncoding.h
– initWithBytes:
Initializes a new instance of the FMIceLinkMatroskaContentEncoding class.
- (instancetype)initWithBytes:(NSMutableData *)bytesParameters
bytes |
The bytes. |
|---|
Discussion
Initializes a new instance of the FMIceLinkMatroskaContentEncoding class.
Declared In
FMIceLinkMatroskaContentEncoding.h
– setContentCompression:
Sets the content compression element.
- (void)setContentCompression:(FMIceLinkMatroskaContentCompression *)valueDiscussion
Sets the content compression element.
Declared In
FMIceLinkMatroskaContentEncoding.h
– setContentEncodingOrder:
Sets the content encoding order.
- (void)setContentEncodingOrder:(long long)valueDiscussion
Sets the content encoding order.
Declared In
FMIceLinkMatroskaContentEncoding.h
– setContentEncodingScope:
Sets the content encoding scope.
- (void)setContentEncodingScope:(long long)valueDiscussion
Sets the content encoding scope.
Declared In
FMIceLinkMatroskaContentEncoding.h
– setContentEncodingType:
Sets the content encoding type.
- (void)setContentEncodingType:(long long)valueDiscussion
Sets the content encoding type.
Declared In
FMIceLinkMatroskaContentEncoding.h