summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-08-31 10:45:49 +0000
committerLennart Poettering <lennart@poettering.net>2007-08-31 10:45:49 +0000
commit1df817cb0a7dfbcb6588df1b1b08786f825b7138 (patch)
treeb828c090aaaac805982f4b191912a5bc9fedc5b3
parent718b1d2a56e7010c1454bc480aa52b0e4717fe29 (diff)
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
-rw-r--r--src/pulse/channelmap.h3
1 files changed, 3 insertions, 0 deletions
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