mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added snd_pcm_get_format_name() to alsa-lib.
This commit is contained in:
parent
a3b8114c84
commit
d33c93096a
2 changed files with 37 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ int snd_pcm_format_little_endian(int format);
|
|||
int snd_pcm_format_big_endian(int format);
|
||||
int snd_pcm_format_width(int format); /* in bits */
|
||||
ssize_t snd_pcm_format_size(int format, size_t samples);
|
||||
const char *snd_pcm_get_format_name(int format);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue