Pause a channel that's capturing
#include <sys/asoundlib.h> int snd_pcm_capture_pause ( snd_pcm_t *pcm );
The snd_pcm_capture_pause() function pauses a channel that's capturing. Unlike draining or flushing, this preserves all data that has not yet been received within the audio driver, to be retrieved after resuming.
This function can return other negative errno values.
QNX Neutrino
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |