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:
Lennart Poettering 2007-08-31 10:45:49 +00:00
parent 718b1d2a56
commit 1df817cb0a

View file

@ -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