Class ContentCompAlgo
Valid Matroska content compression element algorithms.
Inheritance
System.Object
ContentCompAlgo
Namespace: FM.LiveSwitch.Matroska
Assembly: FM.LiveSwitch.dll
Syntax
public class ContentCompAlgo : object
Properties
Bzlib
Gets a value indicating bzlib.
Declaration
public static long Bzlib { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
HeaderStriping
Gets a value indicating header striping.
Declaration
public static long HeaderStriping { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
Lzo1x
Gets a value indicating lzo1x.
Declaration
public static long Lzo1x { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
Zlib
Gets a value indicating zlib.
Declaration
public static long Zlib { get; }
Property Value
Type | Description |
---|---|
System.Int64 |