mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added snd_pcm_loopback_file_descriptor...
This commit is contained in:
parent
354b2c7881
commit
51384d54f4
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ extern "C" {
|
|||
|
||||
int snd_pcm_loopback_open( void **handle, int card, int device, int mode );
|
||||
int snd_pcm_loopback_close( void *handle );
|
||||
int snd_pcm_loopback_file_descriptor( void *handle );
|
||||
int snd_pcm_loopback_stream_mode( void *handle, int mode );
|
||||
int snd_pcm_loopback_format( void *handle, snd_pcm_format_t *format );
|
||||
ssize_t snd_pcm_loopback_read( void *handle, void *buffer, size_t size );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue