Search Results for

    Show / Hide Table of Contents

    Class RtcAudioTrackConfig

    A WebRTC/ORTC-compatible audio track configuration.

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

    Constructors

    RtcAudioTrackConfig()

    Initializes a new instance of the RtcAudioTrackConfig class.

    Declaration
    public RtcAudioTrackConfig()

    Properties

    DefaultL16Disabled

    Gets whether the L16 codec should be disabled by default.

    Declaration
    public static bool DefaultL16Disabled { get; }
    Property Value
    Type Description
    System.Boolean

    G722Disabled

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

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

    L16Disabled

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

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

    OpusDisabled

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

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

    PcmaDisabled

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

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

    PcmuDisabled

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

    Declaration
    public bool PcmuDisabled { 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