Class TemporalLayerMode
Temporal layer modes for VPX output.
Inheritance
System.Object
    TemporalLayerMode
  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 TemporalLayerMode
  Properties
Bypass
Gets a the temporal layering mode VP9E_TEMPORAL_LAYERING_MODE_BYPASS.
Declaration
public static TemporalLayerMode Bypass { get; }
  Property Value
| Type | Description | 
|---|---|
| TemporalLayerMode | 
Mode0101
Gets a the temporal layering mode VP9E_TEMPORAL_LAYERING_MODE_0101.
Declaration
public static TemporalLayerMode Mode0101 { get; }
  Property Value
| Type | Description | 
|---|---|
| TemporalLayerMode | 
Mode0212
Gets a the temporal layering mode VP9E_TEMPORAL_LAYERING_MODE_0212.
Declaration
public static TemporalLayerMode Mode0212 { get; }
  Property Value
| Type | Description | 
|---|---|
| TemporalLayerMode | 
NoLayering
Gets a the temporal layering mode VP9E_TEMPORAL_LAYERING_MODE_NOLAYERING.
Declaration
public static TemporalLayerMode NoLayering { get; }
  Property Value
| Type | Description | 
|---|---|
| TemporalLayerMode | 
Value
Gets the internal integer value representation of this temporal layer mode.
Declaration
public int Value { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 |