Click or drag to resize
Accord.NET (logo)

AudioOutputDeviceWaitForStop Method

Wait for audio output has stopped.

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

Implements

IAudioOutputWaitForStop
Remarks
Waits for output stopping after it was signaled to stop using SignalToStop method.
See Also