![]() |
![]() |
![]() |
Get current PCM runtime status
#include <sys/asoundlib.h> int snd_pcm_plugin_status( snd_pcm_t * handle, snd_pcm_channel_status_t * status );
libasound.so
The snd_pcm_plugin_status() function fills the status structure with data about the PCM channel runtime status selected by handle. The channel member specifies the direction.
See the example in Configuring the audio channel in the Playing audio data chapter.
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |
![]() |
![]() |
![]() |