Class BitDepth
Bit depths for VPX output.
Inheritance
System.Object
BitDepth
Namespace: FM.LiveSwitch.Vpx
Assembly: FM.LiveSwitch.Vpx.dll
Syntax
public sealed class BitDepth : object
Properties
Bits10
Gets a bit depth of 10 bits.
Declaration
public static BitDepth Bits10 { get; }
Property Value
Type | Description |
---|---|
BitDepth |
Bits12
Gets a bit depth of 12 bits.
Declaration
public static BitDepth Bits12 { get; }
Property Value
Type | Description |
---|---|
BitDepth |
Bits8
Gets a bit depth of 8 bits.
Declaration
public static BitDepth Bits8 { get; }
Property Value
Type | Description |
---|---|
BitDepth |
Value
Gets the internal integer value representation of this end usage mode.
Declaration
public int Value { get; }
Property Value
Type | Description |
---|---|
System.Int32 |