FMLiveSwitchMatroskaContentEncoding Class Reference

A Matroska content encoding element. More...

Instance Methods

(FMLiveSwitchMatroskaContentCompression *) - contentCompression
 Gets the content compression element. More...
 
(long long) - contentEncodingOrder
 Gets the content encoding order. More...
 
(long long) - contentEncodingScope
 Gets the content encoding scope. More...
 
(long long) - contentEncodingType
 Gets the content encoding type. More...
 
(NSMutableData *) - getInnerBytes
 Gets the inner bytes. More...
 
(NSMutableData *) - id
 Gets the EBML ID. More...
 
(instancetype) - init
 Initializes a new instance of the FMLiveSwitchMatroskaContentEncoding class. More...
 
(instancetype) - initWithBytes:
 Initializes a new instance of the FMLiveSwitchMatroskaContentEncoding class. More...
 
(void) - setContentCompression:
 Sets the content compression element. More...
 
(void) - setContentEncodingOrder:
 Sets the content encoding order. More...
 
(void) - setContentEncodingScope:
 Sets the content encoding scope. More...
 
(void) - setContentEncodingType:
 Sets the content encoding type. More...
 
- Instance Methods inherited from FMLiveSwitchMatroskaElement
(NSMutableData *) - getBytes
 Serializes to a byte array. More...
 
(int) - length
 Gets the total length of the element (including ID/size field), set after calling getBytes. More...
 
(void) - setSizeLength:
 Sets the length of the size field, in bytes. More...
 
(void) - setWriteDefaultValues:
 Sets whether to include default values when serializing. More...
 
(int) - size
 Gets the size of the element (excluding ID/size field), set after calling getBytes. More...
 
(int) - sizeLength
 Gets the length of the size field, in bytes. More...
 
(void) - write:id:stream:
 Writes a binary element to the stream. More...
 
(void) - writeBool:id:stream:
 Writes a boolean element to the stream. More...
 
(void) - writeDate:id:stream:
 Writes a date element to the stream. More...
 
(bool) - writeDefaultValues
 Gets whether to include default values when serializing. More...
 
(void) - writeDouble:id:stream:
 Writes a double element to the stream. More...
 
(void) - writeFloat:id:stream:
 Writes a float element to the stream. More...
 
(void) - writeGuid:id:stream:
 Writes a GUID element to the stream. More...
 
(void) - writeSignedInteger:id:stream:
 Writes an signed integer element to the stream. More...
 
(void) - writeString:id:stream:
 Writes an ASCII string element to the stream. More...
 
(void) - writeUnsignedInteger:id:stream:
 Writes an unsigned integer element to the stream. More...
 
(void) - writeUtf8:id:stream:
 Writes a UTF-8 string element to the stream. More...
 
(void) - writeVariableInteger:stream:
 Writes a variable integer ("vint") to the stream. More...
 
(void) - writeVariableInteger:stream:length:
 Writes a variable integer ("vint") to the stream using a fixed length. More...
 

Class Methods

(FMLiveSwitchMatroskaContentEncoding *) + contentEncoding
 Initializes a new instance of the FMLiveSwitchMatroskaContentEncoding class. More...
 
(FMLiveSwitchMatroskaContentEncoding *) + contentEncodingWithBytes:
 Initializes a new instance of the FMLiveSwitchMatroskaContentEncoding class. More...
 
(long long) + defaultContentEncodingOrder
 Gets the default content encoding order. More...
 
(long long) + defaultContentEncodingScope
 Gets the default content encoding scope. More...
 
(long long) + defaultContentEncodingType
 Gets the default content encoding type. More...
 
(NSMutableData *) + ebmlId
 Gets the EBML ID. More...
 
- Class Methods inherited from FMLiveSwitchMatroskaElement
(bool) + compareWithBytes1:bytes2:
 Compares two byte arrays for equality. More...
 
(FMLiveSwitchMatroskaElement *) + element
 
(bool) + readBool:
 Reads a boolean element from the stream. More...
 
(NSDate *) + readDate:
 Reads a date string element from the stream. More...
 
(double) + readDouble:
 Reads a double element from the stream. More...
 
(float) + readFloat:
 Reads a float element from the stream. More...
 
(FMLiveSwitchGuid *) + readGuid:
 Reads a GUID element from the stream. More...
 
(NSMutableData *) + readIdWithBytes:offset:offsetPlus:
 Reads a binary ID from the stream. More...
 
(long long) + readSignedInteger:
 Reads a signed integer element from the byte array. More...
 
(NSString *) + readString:
 Reads an ASCII string element from the stream. More...
 
(long long) + readUnsignedInteger:
 Reads an unsigned integer element from the byte array. More...
 
(NSString *) + readUtf8:
 Reads a UTF-8 string element from the stream. More...
 
(NSMutableData *) + readValueWithBytes:offset:offsetPlus:
 Reads a binary value from the stream. More...
 
(long long) + readVariableIntegerWithBytes:offset:offsetPlus:
 Reads a variable integer ("vint") from the byte array. More...
 
(NSMutableData *) + serializeVariableInteger:
 Serializes a variable integer. More...
 
(NSMutableData *) + serializeVariableInteger:length:
 Serializes a variable integer using a fixed length. More...
 

Detailed Description

A Matroska content encoding element.

Method Documentation

◆ contentCompression

- (FMLiveSwitchMatroskaContentCompression*) contentCompression

Gets the content compression element.

◆ contentEncoding

Initializes a new instance of the FMLiveSwitchMatroskaContentEncoding class.

◆ contentEncodingOrder

- (long long) contentEncodingOrder

Gets the content encoding order.

◆ contentEncodingScope

- (long long) contentEncodingScope

Gets the content encoding scope.

◆ contentEncodingType

- (long long) contentEncodingType

Gets the content encoding type.

◆ contentEncodingWithBytes:

+ (FMLiveSwitchMatroskaContentEncoding*) contentEncodingWithBytes: (NSMutableData *)  bytes

Initializes a new instance of the FMLiveSwitchMatroskaContentEncoding class.

Parameters
bytesThe bytes.

◆ defaultContentEncodingOrder

+ (long long) defaultContentEncodingOrder

Gets the default content encoding order.

◆ defaultContentEncodingScope

+ (long long) defaultContentEncodingScope

Gets the default content encoding scope.

◆ defaultContentEncodingType

+ (long long) defaultContentEncodingType

Gets the default content encoding type.

◆ ebmlId

+ (NSMutableData*) ebmlId

Gets the EBML ID.

◆ getInnerBytes

- (NSMutableData*) getInnerBytes

Gets the inner bytes.

Implements FMLiveSwitchMatroskaElement.

◆ id

- (NSMutableData*) id

Gets the EBML ID.

Implements FMLiveSwitchMatroskaElement.

◆ init

- (instancetype) init

Initializes a new instance of the FMLiveSwitchMatroskaContentEncoding class.

Implements FMLiveSwitchMatroskaElement.

◆ initWithBytes:

- (instancetype) initWithBytes: (NSMutableData *)  bytes

Initializes a new instance of the FMLiveSwitchMatroskaContentEncoding class.

Parameters
bytesThe bytes.

◆ setContentCompression:

- (void) setContentCompression: (FMLiveSwitchMatroskaContentCompression *)  value

Sets the content compression element.

◆ setContentEncodingOrder:

- (void) setContentEncodingOrder: (long long)  value

Sets the content encoding order.

◆ setContentEncodingScope:

- (void) setContentEncodingScope: (long long)  value

Sets the content encoding scope.

◆ setContentEncodingType:

- (void) setContentEncodingType: (long long)  value

Sets the content encoding type.