Class BitDepth
Bit depths for VPX output.
Inheritance
System.Object
    BitDepth
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: FM.LiveSwitch.Vpx
Assembly: FM.LiveSwitch.Vpx.dll
Syntax
public sealed class BitDepth
  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 |