Resume a channel
#include <sys/asoundlib.h> int snd_pcm_channel_resume ( snd_pcm_t *pcm, int channel );
The snd_pcm_channel_resume() function resumes a channel by calling snd_pcm_capture_resume() or snd_pcm_playback_resume(), depending on the value of channel.
This function can return other negative errno values.
QNX Neutrino
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |