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; }<DefaultValueAttribute(Nothing)>
Public Property RecordingDevice As RecordingDeviceInfo
Get
Set
public:
[DefaultValueAttribute(nullptr)]
property RecordingDeviceInfo^ RecordingDevice {
RecordingDeviceInfo^ get ();
void set (RecordingDeviceInfo^ value);
}Property Value
Type:
RecordingDeviceInfo
See Also