Class EndUsageMode
End usage modes for VPX.
Inheritance
System.Object
    EndUsageMode
  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 EndUsageMode
  Properties
Cbr
Gets a KeyframeMode of type VPX_CBR.
Declaration
public static EndUsageMode Cbr { get; }
  Property Value
| Type | Description | 
|---|---|
| EndUsageMode | 
CQ
Gets a KeyframeMode of type VPX_CQ.
Declaration
public static EndUsageMode CQ { get; }
  Property Value
| Type | Description | 
|---|---|
| EndUsageMode | 
Q
Gets a KeyframeMode of type VPX_Q.
Declaration
public static EndUsageMode Q { get; }
  Property Value
| Type | Description | 
|---|---|
| EndUsageMode | 
Value
Gets the internal integer value representation of this end usage mode.
Declaration
public int Value { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Vbr
Gets a KeyframeMode of type VPX_VBR.
Declaration
public static EndUsageMode Vbr { get; }
  Property Value
| Type | Description | 
|---|---|
| EndUsageMode |