Class KeyframeMode
Keyframe modes for VPX.
Inheritance
System.Object
    KeyframeMode
  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 KeyframeMode
  Properties
Auto
Gets a KeyframeMode of type Auto.
Declaration
public static KeyframeMode Auto { get; }
  Property Value
| Type | Description | 
|---|---|
| KeyframeMode | 
Disabled
Gets a KeyframeMode of type Disabled.
Declaration
public static KeyframeMode Disabled { get; }
  Property Value
| Type | Description | 
|---|---|
| KeyframeMode | 
Fixed
Gets a KeyframeMode of type Fixed. This is deprecated by VPX and is equivalent to KeyframeMode.Disabled. To generate keyframes at fixed intervals, set the EncoderConfig.KeyframeMinDistance = EncoderConfig.KeyframeMaxDistance.
Declaration
public static KeyframeMode Fixed { get; }
  Property Value
| Type | Description | 
|---|---|
| KeyframeMode | 
Value
Gets the internal integer value representation of this keyframe mode.
Declaration
public int Value { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 |