Search Results for

    Show / Hide Table of Contents

    Class RtcVideoTrackConfig

    A WebRTC/ORTC-compatible video track configuration.

    Inheritance
    System.Object
    RtcVideoTrackConfig
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class RtcVideoTrackConfig : object

    Properties

    H264Disabled

    Gets or sets whether the H.264 codec should be disabled. Defaults to false.

    Declaration
    public bool H264Disabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    H265Disabled

    Gets or sets whether the H.265 codec should be disabled. Defaults to false.

    Declaration
    public bool H265Disabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    Vp8Disabled

    Gets or sets whether the VP8 codec should be disabled. Defaults to false.

    Declaration
    public bool Vp8Disabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    Vp9Disabled

    Gets or sets whether the VP9 codec should be disabled. Defaults to false.

    Declaration
    public bool Vp9Disabled { get; set; }
    Property Value
    Type Description
    System.Boolean
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0