Class ContentCompAlgo
Valid Matroska content compression element algorithms.
Inheritance
System.Object
ContentCompAlgo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FM.LiveSwitch.Matroska
Assembly: FM.LiveSwitch.dll
Syntax
public class ContentCompAlgo
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 |