Search Results for

    Show / Hide Table of Contents

    Class UsageType

    Usage types for OpenH264, matching the "EUsageType" enum.

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

    Properties

    CameraVideoNonRealTime

    Gets a usage type of OpenH264 "CAMERA_VIDEO_NON_REAL_TIME".

    Declaration
    public static UsageType CameraVideoNonRealTime { get; }
    Property Value
    Type Description
    UsageType

    CameraVideoRealTime

    Gets a usage type of OpenH264 "CAMERA_VIDEO_REAL_TIME".

    Declaration
    public static UsageType CameraVideoRealTime { get; }
    Property Value
    Type Description
    UsageType

    ScreenContentRealTime

    Gets a usage type of OpenH264 "SCREEN_CONTENT_REAL_TIME".

    Declaration
    public static UsageType ScreenContentRealTime { get; }
    Property Value
    Type Description
    UsageType

    Value

    Gets the internal integer value representation of this usage type.

    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