[pulseaudio-commits] r1741 - /branches/lennart/src/pulse/channelmap.h
svnmailer-noreply at 0pointer.de
svnmailer-noreply at 0pointer.de
Fri Aug 31 03:45:50 PDT 2007
Author: lennart
Date: Fri Aug 31 12:45:49 2007
New Revision: 1741
URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=3D1741&root=3Dpulseaudio&vi=
ew=3Drev
Log:
add pa_channel_position_to_pretty_string() to header
Modified:
branches/lennart/src/pulse/channelmap.h
Modified: branches/lennart/src/pulse/channelmap.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/lennart/src/pulse/chan=
nelmap.h?rev=3D1741&root=3Dpulseaudio&r1=3D1740&r2=3D1741&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/lennart/src/pulse/channelmap.h (original)
+++ branches/lennart/src/pulse/channelmap.h Fri Aug 31 12:45:49 2007
@@ -174,6 +174,9 @@
/** 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
=
More information about the pulseaudio-commits
mailing list