Search Results for

    Show / Hide Table of Contents

    Class ParameterSetStrategy

    Parameter set strategies for OpenH264, matching the "EParameterSetStrategy" enum.

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

    Properties

    ConstantId

    Gets a parameter set strategy of OpenH264 "CONSTANT_ID".

    Declaration
    public static ParameterSetStrategy ConstantId { get; }
    Property Value
    Type Description
    ParameterSetStrategy

    IncreasingId

    Gets a parameter set strategy of OpenH264 "INCREASING_ID".

    Declaration
    public static ParameterSetStrategy IncreasingId { get; }
    Property Value
    Type Description
    ParameterSetStrategy

    SpsListing

    Gets a parameter set strategy of OpenH264 "SPS_LISTING".

    Declaration
    public static ParameterSetStrategy SpsListing { get; }
    Property Value
    Type Description
    ParameterSetStrategy

    SpsListingAndPpsIncreasing

    Gets a parameter set strategy of OpenH264 "SPS_LISTING_AND_PPS_INCREASING".

    Declaration
    public static ParameterSetStrategy SpsListingAndPpsIncreasing { get; }
    Property Value
    Type Description
    ParameterSetStrategy

    SpsPpsListing

    Gets a parameter set strategy of OpenH264 "SPS_PPS_LISTING".

    Declaration
    public static ParameterSetStrategy SpsPpsListing { get; }
    Property Value
    Type Description
    ParameterSetStrategy

    Value

    Gets the internal integer value representation of this parameter set strategy.

    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