mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added snd_pcm_format_physical_width...
This commit is contained in:
parent
098b4b6a96
commit
749f2ffd77
3 changed files with 42 additions and 4 deletions
|
|
@ -54,7 +54,8 @@ int snd_pcm_format_unsigned(int format);
|
|||
int snd_pcm_format_linear(int format);
|
||||
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 */
|
||||
int snd_pcm_format_width(int format); /* in bits */
|
||||
int snd_pcm_format_physical_width(int format); /* in bits */
|
||||
int snd_pcm_build_linear_format(int width, int unsignd, int big_endian);
|
||||
ssize_t snd_pcm_format_size(int format, size_t samples);
|
||||
unsigned char snd_pcm_format_silence(int format);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue