Search Results for

    Show / Hide Table of Contents

    Class KeyframeMode

    Keyframe modes for VPX.

    Inheritance
    System.Object
    KeyframeMode
    Namespace: FM.LiveSwitch.Vpx
    Assembly: FM.LiveSwitch.Vpx.dll
    Syntax
    public sealed class KeyframeMode : object

    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
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0