mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
merge 'lennart' branch back into trunk.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1971 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
6687dd0131
commit
a67c21f093
294 changed files with 79057 additions and 11614 deletions
|
|
@ -49,8 +49,8 @@ int pa_modargs_get_value_boolean(pa_modargs *ma, const char *key, int *value);
|
|||
/* Return sample spec data from the three arguments "rate", "format" and "channels" */
|
||||
int pa_modargs_get_sample_spec(pa_modargs *ma, pa_sample_spec *ss);
|
||||
|
||||
/* Return channel map data from the argument "channel_map" */
|
||||
int pa_modargs_get_channel_map(pa_modargs *ma, pa_channel_map *map);
|
||||
/* Return channel map data from the argument "channel_map" if name is NULL, otherwise read from the specified argument */
|
||||
int pa_modargs_get_channel_map(pa_modargs *ma, const char *name, pa_channel_map *map);
|
||||
|
||||
/* Combination of pa_modargs_get_sample_spec() and
|
||||
pa_modargs_get_channel_map(). Not always suitable, since this routine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue