Class RtcAudioTrackConfig
A WebRTC/ORTC-compatible audio track configuration.
Inheritance
System.Object
RtcAudioTrackConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class RtcAudioTrackConfig
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 |