Search Results for

    Show / Hide Table of Contents

    Class EndUsageMode

    End usage modes for VPX.

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

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