mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added loopback_block_mode...
This commit is contained in:
parent
23b627ca54
commit
b4a8875cae
2 changed files with 19 additions and 0 deletions
|
|
@ -57,6 +57,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_block_mode( void *handle, int enable );
|
||||
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