mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
add pa_channel_position_to_pretty_string() to header
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1741 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
718b1d2a56
commit
1df817cb0a
1 changed files with 3 additions and 0 deletions
|
|
@ -174,6 +174,9 @@ pa_channel_map* pa_channel_map_init_auto(pa_channel_map *m, unsigned channels, p
|
||||||
/** Return a text label for the specified channel position */
|
/** Return a text label for the specified channel position */
|
||||||
const char* pa_channel_position_to_string(pa_channel_position_t pos);
|
const char* pa_channel_position_to_string(pa_channel_position_t pos);
|
||||||
|
|
||||||
|
/** Return a human readable text label for the specified channel position. \since 0.9.7 */
|
||||||
|
const char* pa_channel_position_to_pretty_string(pa_channel_position_t pos);
|
||||||
|
|
||||||
/** The maximum length of strings returned by pa_channel_map_snprint() */
|
/** The maximum length of strings returned by pa_channel_map_snprint() */
|
||||||
#define PA_CHANNEL_MAP_SNPRINT_MAX 336
|
#define PA_CHANNEL_MAP_SNPRINT_MAX 336
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue