mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-15 08:56:36 -05:00
Added snd_pcm_avail() function
This commit is contained in:
parent
e859cf2644
commit
453dd9f698
1 changed files with 1 additions and 0 deletions
|
|
@ -403,6 +403,7 @@ int snd_pcm_drop(snd_pcm_t *pcm);
|
|||
int snd_pcm_drain(snd_pcm_t *pcm);
|
||||
int snd_pcm_pause(snd_pcm_t *pcm, int enable);
|
||||
snd_pcm_state_t snd_pcm_state(snd_pcm_t *pcm);
|
||||
int snd_pcm_avail(snd_pcm_t *pcm, snd_pcm_uframes_t *availp);
|
||||
int snd_pcm_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp);
|
||||
int snd_pcm_resume(snd_pcm_t *pcm);
|
||||
snd_pcm_sframes_t snd_pcm_avail_update(snd_pcm_t *pcm);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue