Search Results for

    Show / Hide Table of Contents

    Class LevelIdc

    Level IDs for OpenH264, matching the "ELevelIdc" enum.

    Inheritance
    System.Object
    LevelIdc
    Namespace: FM.LiveSwitch.OpenH264
    Assembly: FM.LiveSwitch.OpenH264.dll
    Syntax
    public sealed class LevelIdc : object

    Properties

    Level10

    Gets a level ID of OpenH264 "LEVEL_1_0".

    Declaration
    public static LevelIdc Level10 { get; }
    Property Value
    Type Description
    LevelIdc

    Level11

    Gets a level ID of OpenH264 "LEVEL_1_1".

    Declaration
    public static LevelIdc Level11 { get; }
    Property Value
    Type Description
    LevelIdc

    Level12

    Gets a level ID of OpenH264 "LEVEL_1_2".

    Declaration
    public static LevelIdc Level12 { get; }
    Property Value
    Type Description
    LevelIdc

    Level13

    Gets a level ID of OpenH264 "LEVEL_1_3".

    Declaration
    public static LevelIdc Level13 { get; }
    Property Value
    Type Description
    LevelIdc

    Level1B

    Gets a level ID of OpenH264 "LEVEL_1_B".

    Declaration
    public static LevelIdc Level1B { get; }
    Property Value
    Type Description
    LevelIdc

    Level20

    Gets a level ID of OpenH264 "LEVEL_2_0".

    Declaration
    public static LevelIdc Level20 { get; }
    Property Value
    Type Description
    LevelIdc

    Level21

    Gets a level ID of OpenH264 "LEVEL_2_1".

    Declaration
    public static LevelIdc Level21 { get; }
    Property Value
    Type Description
    LevelIdc

    Level22

    Gets a level ID of OpenH264 "LEVEL_2_2".

    Declaration
    public static LevelIdc Level22 { get; }
    Property Value
    Type Description
    LevelIdc

    Level30

    Gets a level ID of OpenH264 "LEVEL_3_0".

    Declaration
    public static LevelIdc Level30 { get; }
    Property Value
    Type Description
    LevelIdc

    Level31

    Gets a level ID of OpenH264 "LEVEL_3_1".

    Declaration
    public static LevelIdc Level31 { get; }
    Property Value
    Type Description
    LevelIdc

    Level32

    Gets a level ID of OpenH264 "LEVEL_3_2".

    Declaration
    public static LevelIdc Level32 { get; }
    Property Value
    Type Description
    LevelIdc

    Level40

    Gets a level ID of OpenH264 "LEVEL_4_0".

    Declaration
    public static LevelIdc Level40 { get; }
    Property Value
    Type Description
    LevelIdc

    Level41

    Gets a level ID of OpenH264 "LEVEL_4_1".

    Declaration
    public static LevelIdc Level41 { get; }
    Property Value
    Type Description
    LevelIdc

    Level42

    Gets a level ID of OpenH264 "LEVEL_4_2".

    Declaration
    public static LevelIdc Level42 { get; }
    Property Value
    Type Description
    LevelIdc

    Level50

    Gets a level ID of OpenH264 "LEVEL_5_0".

    Declaration
    public static LevelIdc Level50 { get; }
    Property Value
    Type Description
    LevelIdc

    Level51

    Gets a level ID of OpenH264 "LEVEL_5_1".

    Declaration
    public static LevelIdc Level51 { get; }
    Property Value
    Type Description
    LevelIdc

    Level52

    Gets a level ID of OpenH264 "LEVEL_5_2".

    Declaration
    public static LevelIdc Level52 { get; }
    Property Value
    Type Description
    LevelIdc

    Unknown

    Gets a level ID of OpenH264 "LEVEL_UNKNOWN".

    Declaration
    public static LevelIdc Unknown { get; }
    Property Value
    Type Description
    LevelIdc

    Value

    Gets the internal integer value representation of this levle ID.

    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