This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Play out all pending data in a PCM playback channel's queue and stop the channel
#include <sys/asoundlib.h> int snd_pcm_playback_flush( snd_pcm_t *handle);
libasound.so
The snd_pcm_plugin_flush() function blocks until all unprocessed data in the driver queue has been played.
If the operation is successful (zero is returned), the channel's state is changed to SND_PCM_STATUS_READY and the channel is stopped.
Zero on success, or a negative error code.
QNX Neutrino
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |
snd_pcm_capture_flush(), snd_pcm_channel_flush(), snd_pcm_playback_drain(), snd_pcm_plugin_flush()