FMIceLinkMatroskaContentCompression Class Reference

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

Overview

A Matroska content compression element.

– contentCompAlgo

Gets the content compression algorithm.
- (long long)contentCompAlgo

Discussion

Gets the content compression algorithm.

Declared In

FMIceLinkMatroskaContentCompression.h

+ contentCompression

Initializes a new instance of the FMIceLinkMatroskaContentCompression class.
+ (FMIceLinkMatroskaContentCompression *)contentCompression

Discussion

Initializes a new instance of the FMIceLinkMatroskaContentCompression class.

Declared In

FMIceLinkMatroskaContentCompression.h

+ contentCompressionWithBytes:

Initializes a new instance of the FMIceLinkMatroskaContentCompression class.
+ (FMIceLinkMatroskaContentCompression *)contentCompressionWithBytes:(NSMutableData *)bytes

Parameters

bytes

The bytes.

Discussion

Initializes a new instance of the FMIceLinkMatroskaContentCompression class.

Declared In

FMIceLinkMatroskaContentCompression.h

– contentCompSettings

Gets the content compression settings.
- (NSMutableData *)contentCompSettings

Discussion

Gets the content compression settings.

Declared In

FMIceLinkMatroskaContentCompression.h

+ defaultContentCompAlgo

Gets the default content compression algorithm.
+ (long long)defaultContentCompAlgo

Discussion

Gets the default content compression algorithm.

Declared In

FMIceLinkMatroskaContentCompression.h

+ ebmlId

Gets the EBML ID.
+ (NSMutableData *)ebmlId

Discussion

Gets the EBML ID.

Declared In

FMIceLinkMatroskaContentCompression.h

– getInnerBytes

Gets the inner bytes.
- (NSMutableData *)getInnerBytes

Discussion

Gets the inner bytes.

Declared In

FMIceLinkMatroskaContentCompression.h

– id

Gets the EBML ID.
- (NSMutableData *)id

Discussion

Gets the EBML ID.

Declared In

FMIceLinkMatroskaContentCompression.h

– init

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

Discussion

Initializes a new instance of the FMIceLinkMatroskaContentCompression class.

Declared In

FMIceLinkMatroskaContentCompression.h

– initWithBytes:

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

Parameters

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

Discussion

Sets the content compression algorithm.

Declared In

FMIceLinkMatroskaContentCompression.h

– setContentCompSettings:

Sets the content compression settings.
- (void)setContentCompSettings:(NSMutableData *)value

Discussion

Sets the content compression settings.

Declared In

FMIceLinkMatroskaContentCompression.h