Search Results for

    Show / Hide Table of Contents

    Class BitDepth

    Bit depths for VPX output.

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

    Properties

    Bits10

    Gets a bit depth of 10 bits.

    Declaration
    public static BitDepth Bits10 { get; }
    Property Value
    Type Description
    BitDepth

    Bits12

    Gets a bit depth of 12 bits.

    Declaration
    public static BitDepth Bits12 { get; }
    Property Value
    Type Description
    BitDepth

    Bits8

    Gets a bit depth of 8 bits.

    Declaration
    public static BitDepth Bits8 { get; }
    Property Value
    Type Description
    BitDepth

    Value

    Gets the internal integer value representation of this end usage 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