Click or drag to resize

AudioOutputIsStereo Property

LightningChart .NET Help
Gets or sets whether to use two channels (stereo) or just one (mono). Is settable when IsInputEnabled is false.

Namespace:  Arction.WinForms.SignalProcessing
Assembly:  Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(true)]
public bool IsStereo { get; set; }

Property Value

Type: Boolean
See Also