Click or drag to resize

AudioInputStopRequest Method

LightningChart .NET Help
Signals this instance to stop. Stopping does not occur immediately after exiting this method. By subscribing to Stopped event, caller is notified when everything has stopped. Is equivalent to setting IsInputEnabled property true.

Namespace:  Arction.WinForms.SignalProcessing
Assembly:  Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
public void StopRequest()
See Also