![]() |
![]() |
![]() |
![]() |
Discard all pending data in a PCM capture channel's queue and stop the channel
#include <sys/asoundlib.h> int snd_pcm_capture_flush( snd_pcm_t *handle);
libasound.so
The snd_pcm_plugin_flush() function throws away all unprocessed data in the driver queue.
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 6
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |
snd_pcm_channel_flush(), snd_pcm_playback_drain(), snd_pcm_playback_flush(), snd_pcm_plugin_flush()
![]() |
![]() |
![]() |
![]() |