![]() |
![]() |
![]() |
![]() |
Resume a channel that's playing back
#include <sys/asoundlib.h> int snd_pcm_playback_resume ( snd_pcm_t *pcm );
libasound.so
Use the -l asound option to qcc to link against this library.
The snd_pcm_playback_resume() function resumes a channel that was paused while playing back.
This function can return other negative errno values.
QNX Neutrino
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |
snd_pcm_open(), snd_pcm_open_preferred(), snd_pcm_playback_pause(),
![]() |
![]() |
![]() |
![]() |