Click or drag to resize
Accord.NET (logo)

AudioOutputDeviceSignalToStop Method

Signals audio output to stop its work.

Namespace:  Accord.DirectSound
Assembly:  Accord.Audio.DirectSound (in Accord.Audio.DirectSound.dll) Version: 3.8.0
Syntax
public void SignalToStop()
Request Example View Source

Implements

IAudioOutputSignalToStop
Remarks
Signals audio output to stop its background thread, stop to ask for new frames and free resources.
See Also