From 1df817cb0a7dfbcb6588df1b1b08786f825b7138 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 31 Aug 2007 10:45:49 +0000 Subject: 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 --- src/pulse/channelmap.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/pulse/channelmap.h') diff --git a/src/pulse/channelmap.h b/src/pulse/channelmap.h index f0c8f475..bb8ce952 100644 --- a/src/pulse/channelmap.h +++ b/src/pulse/channelmap.h @@ -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 */ 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() */ #define PA_CHANNEL_MAP_SNPRINT_MAX 336 -- cgit