Click or drag to resize

AudioInputRecordingDevice Property

LightningChart .NET Help
Gets or sets the current recording device. Is settable when IsInputEnabled is false. By setting this property null, Windows' default recording device is used.

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

Property Value

Type: RecordingDeviceInfo
See Also