add pa_channel_position_to_pretty_string() to header
authorLennart Poettering <lennart@poettering.net>
Fri, 31 Aug 2007 10:45:49 +0000 (10:45 +0000)
committerLennart Poettering <lennart@poettering.net>
Fri, 31 Aug 2007 10:45:49 +0000 (10:45 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1741 fefdeb5f-60dc-0310-8127-8f9354f1896f

src/pulse/channelmap.h

index f0c8f47..bb8ce95 100644 (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 */
 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