mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added snd_pcm_nonblock_mode...
This commit is contained in:
parent
85e2cde036
commit
8abf9370b5
2 changed files with 18 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ int snd_pcm_open(snd_pcm_t **handle, int card, int device, int mode);
|
|||
int snd_pcm_open_subdevice(snd_pcm_t **handle, int card, int device, int subdevice, int mode);
|
||||
int snd_pcm_close(snd_pcm_t *handle);
|
||||
int snd_pcm_file_descriptor(snd_pcm_t *handle);
|
||||
int snd_pcm_nonblock_mode(snd_pcm_t *handle, int nonblock);
|
||||
int snd_pcm_info(snd_pcm_t *handle, snd_pcm_info_t * info);
|
||||
int snd_pcm_channel_info(snd_pcm_t *handle, snd_pcm_channel_info_t * info);
|
||||
int snd_pcm_channel_params(snd_pcm_t *handle, snd_pcm_channel_params_t * params);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue