FMIceLinkMatroskaContentEncoding Class Reference

Inherits from FMIceLinkMatroskaElement : NSObject
Declared in FMIceLinkMatroskaContentEncoding.h
FMIceLinkMatroskaContentEncoding.m

Overview

A Matroska content encoding element.

– contentCompression

Gets the content compression element.
- (FMIceLinkMatroskaContentCompression *)contentCompression

Discussion

Gets the content compression element.

Declared In

FMIceLinkMatroskaContentEncoding.h

+ contentEncoding

Initializes a new instance of the FMIceLinkMatroskaContentEncoding class.
+ (FMIceLinkMatroskaContentEncoding *)contentEncoding

Discussion

Initializes a new instance of the FMIceLinkMatroskaContentEncoding class.

Declared In

FMIceLinkMatroskaContentEncoding.h

– contentEncodingOrder

Gets the content encoding order.
- (long long)contentEncodingOrder

Discussion

Gets the content encoding order.

Declared In

FMIceLinkMatroskaContentEncoding.h

– contentEncodingScope

Gets the content encoding scope.
- (long long)contentEncodingScope

Discussion

Gets the content encoding scope.

Declared In

FMIceLinkMatroskaContentEncoding.h

– contentEncodingType

Gets the content encoding type.
- (long long)contentEncodingType

Discussion

Gets the content encoding type.

Declared In

FMIceLinkMatroskaContentEncoding.h

+ contentEncodingWithBytes:

Initializes a new instance of the FMIceLinkMatroskaContentEncoding class.
+ (FMIceLinkMatroskaContentEncoding *)contentEncodingWithBytes:(NSMutableData *)bytes

Parameters

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)defaultContentEncodingOrder

Discussion

Gets the default content encoding order.

Declared In

FMIceLinkMatroskaContentEncoding.h

+ defaultContentEncodingScope

Gets the default content encoding scope.
+ (long long)defaultContentEncodingScope

Discussion

Gets the default content encoding scope.

Declared In

FMIceLinkMatroskaContentEncoding.h

+ defaultContentEncodingType

Gets the default content encoding type.
+ (long long)defaultContentEncodingType

Discussion

Gets the default content encoding type.

Declared In

FMIceLinkMatroskaContentEncoding.h

+ ebmlId

Gets the EBML ID.
+ (NSMutableData *)ebmlId

Discussion

Gets the EBML ID.

Declared In

FMIceLinkMatroskaContentEncoding.h

– getInnerBytes

Gets the inner bytes.
- (NSMutableData *)getInnerBytes

Discussion

Gets the inner bytes.

Declared In

FMIceLinkMatroskaContentEncoding.h

– id

Gets the EBML ID.
- (NSMutableData *)id

Discussion

Gets the EBML ID.

Declared In

FMIceLinkMatroskaContentEncoding.h

– init

Initializes a new instance of the FMIceLinkMatroskaContentEncoding class.
- (instancetype)init

Discussion

Initializes a new instance of the FMIceLinkMatroskaContentEncoding class.

Declared In

FMIceLinkMatroskaContentEncoding.h

– initWithBytes:

Initializes a new instance of the FMIceLinkMatroskaContentEncoding class.
- (instancetype)initWithBytes:(NSMutableData *)bytes

Parameters

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 *)value

Discussion

Sets the content compression element.

Declared In

FMIceLinkMatroskaContentEncoding.h

– setContentEncodingOrder:

Sets the content encoding order.
- (void)setContentEncodingOrder:(long long)value

Discussion

Sets the content encoding order.

Declared In

FMIceLinkMatroskaContentEncoding.h

– setContentEncodingScope:

Sets the content encoding scope.
- (void)setContentEncodingScope:(long long)value

Discussion

Sets the content encoding scope.

Declared In

FMIceLinkMatroskaContentEncoding.h

– setContentEncodingType:

Sets the content encoding type.
- (void)setContentEncodingType:(long long)value

Discussion

Sets the content encoding type.

Declared In

FMIceLinkMatroskaContentEncoding.h