Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > main-testing > by-pkgid > 187676b5433787923dfa2cdd6900c6cd > files > 43

lib64pulseaudio-devel-0.9.15-2.0.7mdv2009.1.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>PulseAudio: channelmap.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.8 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li><a href="examples.html"><span>Examples</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
<h1>channelmap.h</h1><a href="channelmap_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="preprocessor">#ifndef foochannelmaphfoo</span>
<a name="l00002"></a>00002 <span class="preprocessor"></span><span class="preprocessor">#define foochannelmaphfoo</span>
<a name="l00003"></a>00003 <span class="preprocessor"></span>
<a name="l00004"></a>00004 <span class="comment">/***</span>
<a name="l00005"></a>00005 <span class="comment">  This file is part of PulseAudio.</span>
<a name="l00006"></a>00006 <span class="comment"></span>
<a name="l00007"></a>00007 <span class="comment">  Copyright 2005-2006 Lennart Poettering</span>
<a name="l00008"></a>00008 <span class="comment">  Copyright 2006 Pierre Ossman &lt;ossman@cendio.se&gt; for Cendio AB</span>
<a name="l00009"></a>00009 <span class="comment"></span>
<a name="l00010"></a>00010 <span class="comment">  PulseAudio is free software; you can redistribute it and/or modify</span>
<a name="l00011"></a>00011 <span class="comment">  it under the terms of the GNU Lesser General Public License as published</span>
<a name="l00012"></a>00012 <span class="comment">  by the Free Software Foundation; either version 2.1 of the License,</span>
<a name="l00013"></a>00013 <span class="comment">  or (at your option) any later version.</span>
<a name="l00014"></a>00014 <span class="comment"></span>
<a name="l00015"></a>00015 <span class="comment">  PulseAudio is distributed in the hope that it will be useful, but</span>
<a name="l00016"></a>00016 <span class="comment">  WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00017"></a>00017 <span class="comment">  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU</span>
<a name="l00018"></a>00018 <span class="comment">  General Public License for more details.</span>
<a name="l00019"></a>00019 <span class="comment"></span>
<a name="l00020"></a>00020 <span class="comment">  You should have received a copy of the GNU Lesser General Public License</span>
<a name="l00021"></a>00021 <span class="comment">  along with PulseAudio; if not, write to the Free Software</span>
<a name="l00022"></a>00022 <span class="comment">  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307</span>
<a name="l00023"></a>00023 <span class="comment">  USA.</span>
<a name="l00024"></a>00024 <span class="comment">***/</span>
<a name="l00025"></a>00025 
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;<a class="code" href="sample_8h.html" title="Constants and routines for sample type handling.">pulse/sample.h</a>&gt;</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;pulse/cdecl.h&gt;</span>
<a name="l00028"></a>00028 <span class="preprocessor">#include &lt;<a class="code" href="gccmacro_8h.html" title="GCC attribute macros.">pulse/gccmacro.h</a>&gt;</span>
<a name="l00029"></a>00029 <span class="preprocessor">#include &lt;<a class="code" href="version_8h.html" title="Define header version.">pulse/version.h</a>&gt;</span>
<a name="l00030"></a>00030 
<a name="l00070"></a>00070 PA_C_DECL_BEGIN
<a name="l00071"></a>00071 
<a name="l00073"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2">00073</a> <span class="keyword">typedef</span> <span class="keyword">enum</span> <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2" title="A list of channel labels.">pa_channel_position</a> {
<a name="l00074"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf25206a3a2c441012f29a2942eec5cd8c3">00074</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf25206a3a2c441012f29a2942eec5cd8c3">PA_CHANNEL_POSITION_INVALID</a> = -1,
<a name="l00075"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2b66fd4fb8ed2630afe6fbf2d43734946">00075</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2b66fd4fb8ed2630afe6fbf2d43734946">PA_CHANNEL_POSITION_MONO</a> = 0,
<a name="l00076"></a>00076 
<a name="l00077"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf204df6009a8dbf299ed9e10b68a8b0e85">00077</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf204df6009a8dbf299ed9e10b68a8b0e85">PA_CHANNEL_POSITION_LEFT</a>,
<a name="l00078"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2db1482bfae031cbc1a710413ddb024fe">00078</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2db1482bfae031cbc1a710413ddb024fe">PA_CHANNEL_POSITION_RIGHT</a>,
<a name="l00079"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2aec2daac467ab4c0dff291243dd2a376">00079</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2aec2daac467ab4c0dff291243dd2a376">PA_CHANNEL_POSITION_CENTER</a>,
<a name="l00080"></a>00080 
<a name="l00081"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf228399732efb53f72f18c7d6bdaa23e1e">00081</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf228399732efb53f72f18c7d6bdaa23e1e">PA_CHANNEL_POSITION_FRONT_LEFT</a> = <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf204df6009a8dbf299ed9e10b68a8b0e85">PA_CHANNEL_POSITION_LEFT</a>,
<a name="l00082"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf23be79fc32518e4f9fb9b61fb7742b924">00082</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf23be79fc32518e4f9fb9b61fb7742b924">PA_CHANNEL_POSITION_FRONT_RIGHT</a> = <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2db1482bfae031cbc1a710413ddb024fe">PA_CHANNEL_POSITION_RIGHT</a>,
<a name="l00083"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf28bbe5bfe970b9541f7ca20c3bf8ab165">00083</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf28bbe5bfe970b9541f7ca20c3bf8ab165">PA_CHANNEL_POSITION_FRONT_CENTER</a> = <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2aec2daac467ab4c0dff291243dd2a376">PA_CHANNEL_POSITION_CENTER</a>,
<a name="l00084"></a>00084 
<a name="l00085"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2c75fc7f9df6c7fb52c84517f46679dfb">00085</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2c75fc7f9df6c7fb52c84517f46679dfb">PA_CHANNEL_POSITION_REAR_CENTER</a>,
<a name="l00086"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf28fa64f2956cf5631b90fa04c2a6e6681">00086</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf28fa64f2956cf5631b90fa04c2a6e6681">PA_CHANNEL_POSITION_REAR_LEFT</a>,
<a name="l00087"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf22fd4c08eb44e18fcbad36df56f60dd6c">00087</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf22fd4c08eb44e18fcbad36df56f60dd6c">PA_CHANNEL_POSITION_REAR_RIGHT</a>,
<a name="l00088"></a>00088 
<a name="l00089"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2c22839469c8b8eb270b84c80fe4ea75d">00089</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2c22839469c8b8eb270b84c80fe4ea75d">PA_CHANNEL_POSITION_LFE</a>,
<a name="l00090"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2788c11f5403dd223ddf58d3cb7097789">00090</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2788c11f5403dd223ddf58d3cb7097789">PA_CHANNEL_POSITION_SUBWOOFER</a> = <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2c22839469c8b8eb270b84c80fe4ea75d">PA_CHANNEL_POSITION_LFE</a>,
<a name="l00091"></a>00091 
<a name="l00092"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf28c905b7ae706ab48df43aaf201b0ee7b">00092</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf28c905b7ae706ab48df43aaf201b0ee7b">PA_CHANNEL_POSITION_FRONT_LEFT_OF_CENTER</a>,
<a name="l00093"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf24bfcd16c2d3bc3dc8b7893fa77b95b28">00093</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf24bfcd16c2d3bc3dc8b7893fa77b95b28">PA_CHANNEL_POSITION_FRONT_RIGHT_OF_CENTER</a>,
<a name="l00094"></a>00094 
<a name="l00095"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf268711bf2ba3dec3cd4da45830d8ed2e9">00095</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf268711bf2ba3dec3cd4da45830d8ed2e9">PA_CHANNEL_POSITION_SIDE_LEFT</a>,
<a name="l00096"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf291c2ce5e67a4bddf19b38233d1049dc0">00096</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf291c2ce5e67a4bddf19b38233d1049dc0">PA_CHANNEL_POSITION_SIDE_RIGHT</a>,
<a name="l00097"></a>00097 
<a name="l00098"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2d1f960b7cb836254da65e89dbde2ede9">00098</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2d1f960b7cb836254da65e89dbde2ede9">PA_CHANNEL_POSITION_AUX0</a>,
<a name="l00099"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2d3d8aa4fc6566c567a5190310443e8c9">00099</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2d3d8aa4fc6566c567a5190310443e8c9">PA_CHANNEL_POSITION_AUX1</a>,
<a name="l00100"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf211f4d0ccfcdc097fed4a5b80b0ed4835">00100</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf211f4d0ccfcdc097fed4a5b80b0ed4835">PA_CHANNEL_POSITION_AUX2</a>,
<a name="l00101"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2ac0480a9f06577285e3cc895c012ecd8">00101</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2ac0480a9f06577285e3cc895c012ecd8">PA_CHANNEL_POSITION_AUX3</a>,
<a name="l00102"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2a4f52dc1cf847f4bfe1b39aeb9cf3525">00102</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2a4f52dc1cf847f4bfe1b39aeb9cf3525">PA_CHANNEL_POSITION_AUX4</a>,
<a name="l00103"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2dd7d87cedbde94905fc2dfc4f93551aa">00103</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2dd7d87cedbde94905fc2dfc4f93551aa">PA_CHANNEL_POSITION_AUX5</a>,
<a name="l00104"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf258f2927518a812dc1f58350a99ada321">00104</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf258f2927518a812dc1f58350a99ada321">PA_CHANNEL_POSITION_AUX6</a>,
<a name="l00105"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf24b0e6e3593cf79cc79d59bd719c7a822">00105</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf24b0e6e3593cf79cc79d59bd719c7a822">PA_CHANNEL_POSITION_AUX7</a>,
<a name="l00106"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf23126bca5552400d07097e3d25b9562ad">00106</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf23126bca5552400d07097e3d25b9562ad">PA_CHANNEL_POSITION_AUX8</a>,
<a name="l00107"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2e5e268b87565a2ea3d938cca5e97ea85">00107</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2e5e268b87565a2ea3d938cca5e97ea85">PA_CHANNEL_POSITION_AUX9</a>,
<a name="l00108"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2de459568ace71f5cf0a37847a1be343d">00108</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2de459568ace71f5cf0a37847a1be343d">PA_CHANNEL_POSITION_AUX10</a>,
<a name="l00109"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2477df70c25091ba9ec2f65e76b6c49e1">00109</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2477df70c25091ba9ec2f65e76b6c49e1">PA_CHANNEL_POSITION_AUX11</a>,
<a name="l00110"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf205f5aa33377d6d75a193ceb6e236c6ad">00110</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf205f5aa33377d6d75a193ceb6e236c6ad">PA_CHANNEL_POSITION_AUX12</a>,
<a name="l00111"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2fa680a81a993bed9250ea10d4d8871f1">00111</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2fa680a81a993bed9250ea10d4d8871f1">PA_CHANNEL_POSITION_AUX13</a>,
<a name="l00112"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2d2d8188a97b7f3abb8a4418a19e74f18">00112</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2d2d8188a97b7f3abb8a4418a19e74f18">PA_CHANNEL_POSITION_AUX14</a>,
<a name="l00113"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2fce1779d197d385a746157cc112a594c">00113</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2fce1779d197d385a746157cc112a594c">PA_CHANNEL_POSITION_AUX15</a>,
<a name="l00114"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf298054fe350c19ef4611890b332f0fdf1">00114</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf298054fe350c19ef4611890b332f0fdf1">PA_CHANNEL_POSITION_AUX16</a>,
<a name="l00115"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2580a4dce399ab921b8498de1132c4824">00115</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2580a4dce399ab921b8498de1132c4824">PA_CHANNEL_POSITION_AUX17</a>,
<a name="l00116"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2dbc5887d084a85a708cc73a4340e0cbc">00116</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2dbc5887d084a85a708cc73a4340e0cbc">PA_CHANNEL_POSITION_AUX18</a>,
<a name="l00117"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf283c2e77d17d40abfed04162993c0940e">00117</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf283c2e77d17d40abfed04162993c0940e">PA_CHANNEL_POSITION_AUX19</a>,
<a name="l00118"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf23db6a6a64d6600c7a23430b0616f40dd">00118</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf23db6a6a64d6600c7a23430b0616f40dd">PA_CHANNEL_POSITION_AUX20</a>,
<a name="l00119"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf28c0c387f33ae2c9b89a6e5613c42a44e">00119</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf28c0c387f33ae2c9b89a6e5613c42a44e">PA_CHANNEL_POSITION_AUX21</a>,
<a name="l00120"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf221f01fb9669ceff91b2005ca3216729f">00120</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf221f01fb9669ceff91b2005ca3216729f">PA_CHANNEL_POSITION_AUX22</a>,
<a name="l00121"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf26f846774c39f569556b79d56cd82ef5c">00121</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf26f846774c39f569556b79d56cd82ef5c">PA_CHANNEL_POSITION_AUX23</a>,
<a name="l00122"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2fa1e6efebddf77d4d59136b1bb77ac6e">00122</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2fa1e6efebddf77d4d59136b1bb77ac6e">PA_CHANNEL_POSITION_AUX24</a>,
<a name="l00123"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2635691b5d8f43f810612c6d114ed2874">00123</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2635691b5d8f43f810612c6d114ed2874">PA_CHANNEL_POSITION_AUX25</a>,
<a name="l00124"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2a4785955305a0c1642fea32118c825a2">00124</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2a4785955305a0c1642fea32118c825a2">PA_CHANNEL_POSITION_AUX26</a>,
<a name="l00125"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf254a260ba5c87a6a5dacac17476569f16">00125</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf254a260ba5c87a6a5dacac17476569f16">PA_CHANNEL_POSITION_AUX27</a>,
<a name="l00126"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf229de6eb3eee401cde997ef63f2e2417b">00126</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf229de6eb3eee401cde997ef63f2e2417b">PA_CHANNEL_POSITION_AUX28</a>,
<a name="l00127"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2ad354cdcf2f7ed5b4f0eb5c4ec24a97d">00127</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2ad354cdcf2f7ed5b4f0eb5c4ec24a97d">PA_CHANNEL_POSITION_AUX29</a>,
<a name="l00128"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf230a27df7be25a3a52572c3c97767456b">00128</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf230a27df7be25a3a52572c3c97767456b">PA_CHANNEL_POSITION_AUX30</a>,
<a name="l00129"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf255dd989ff7f2be98b344762193fd7961">00129</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf255dd989ff7f2be98b344762193fd7961">PA_CHANNEL_POSITION_AUX31</a>,
<a name="l00130"></a>00130 
<a name="l00131"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2a152449ebfe5849c7d9a9814a2014c5d">00131</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2a152449ebfe5849c7d9a9814a2014c5d">PA_CHANNEL_POSITION_TOP_CENTER</a>,
<a name="l00132"></a>00132 
<a name="l00133"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2d72aa13d24aa516cd647681b6f28a665">00133</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2d72aa13d24aa516cd647681b6f28a665">PA_CHANNEL_POSITION_TOP_FRONT_LEFT</a>,
<a name="l00134"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2ef8b430ae83ac3d8d2cbe86b9a743e63">00134</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2ef8b430ae83ac3d8d2cbe86b9a743e63">PA_CHANNEL_POSITION_TOP_FRONT_RIGHT</a>,
<a name="l00135"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf216d1f11205ab9f8cd19b31f629a57876">00135</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf216d1f11205ab9f8cd19b31f629a57876">PA_CHANNEL_POSITION_TOP_FRONT_CENTER</a>,
<a name="l00136"></a>00136 
<a name="l00137"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf28021d63a5e3f2e71b3df2f277b2701ed">00137</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf28021d63a5e3f2e71b3df2f277b2701ed">PA_CHANNEL_POSITION_TOP_REAR_LEFT</a>,
<a name="l00138"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf275c87a9324e5caf80ba53383d172aa2c">00138</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf275c87a9324e5caf80ba53383d172aa2c">PA_CHANNEL_POSITION_TOP_REAR_RIGHT</a>,
<a name="l00139"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf20c0ad6318881b76af64d559b5a9772bf">00139</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf20c0ad6318881b76af64d559b5a9772bf">PA_CHANNEL_POSITION_TOP_REAR_CENTER</a>,
<a name="l00140"></a>00140 
<a name="l00141"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2533c4d4cedabc7f6f80434bac6063ecd">00141</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2533c4d4cedabc7f6f80434bac6063ecd">PA_CHANNEL_POSITION_MAX</a>
<a name="l00142"></a>00142 } <a class="code" href="channelmap_8h.html#73a7ec05f42b21cb70ba4405b54177f6" title="A list of channel labels.">pa_channel_position_t</a>;
<a name="l00143"></a>00143 
<a name="l00145"></a>00145 <span class="preprocessor">#define PA_CHANNEL_POSITION_INVALID PA_CHANNEL_POSITION_INVALID</span>
<a name="l00146"></a>00146 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_MONO PA_CHANNEL_POSITION_MONO</span>
<a name="l00147"></a>00147 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_LEFT PA_CHANNEL_POSITION_LEFT</span>
<a name="l00148"></a>00148 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_RIGHT PA_CHANNEL_POSITION_RIGHT</span>
<a name="l00149"></a>00149 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_CENTER PA_CHANNEL_POSITION_CENTER</span>
<a name="l00150"></a>00150 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_FRONT_LEFT PA_CHANNEL_POSITION_FRONT_LEFT</span>
<a name="l00151"></a>00151 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_FRONT_RIGHT PA_CHANNEL_POSITION_FRONT_RIGHT</span>
<a name="l00152"></a>00152 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_FRONT_CENTER PA_CHANNEL_POSITION_FRONT_CENTER</span>
<a name="l00153"></a>00153 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_REAR_CENTER PA_CHANNEL_POSITION_REAR_CENTER</span>
<a name="l00154"></a>00154 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_REAR_LEFT PA_CHANNEL_POSITION_REAR_LEFT</span>
<a name="l00155"></a>00155 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_REAR_RIGHT PA_CHANNEL_POSITION_REAR_RIGHT</span>
<a name="l00156"></a>00156 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_LFE PA_CHANNEL_POSITION_LFE</span>
<a name="l00157"></a>00157 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_SUBWOOFER PA_CHANNEL_POSITION_SUBWOOFER</span>
<a name="l00158"></a>00158 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_FRONT_LEFT_OF_CENTER PA_CHANNEL_POSITION_FRONT_LEFT_OF_CENTER</span>
<a name="l00159"></a>00159 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_FRONT_RIGHT_OF_CENTER PA_CHANNEL_POSITION_FRONT_RIGHT_OF_CENTER</span>
<a name="l00160"></a>00160 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_SIDE_LEFT PA_CHANNEL_POSITION_SIDE_LEFT</span>
<a name="l00161"></a>00161 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_SIDE_RIGHT PA_CHANNEL_POSITION_SIDE_RIGHT</span>
<a name="l00162"></a>00162 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX0 PA_CHANNEL_POSITION_AUX0</span>
<a name="l00163"></a>00163 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX1 PA_CHANNEL_POSITION_AUX1</span>
<a name="l00164"></a>00164 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX2 PA_CHANNEL_POSITION_AUX2</span>
<a name="l00165"></a>00165 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX3 PA_CHANNEL_POSITION_AUX3</span>
<a name="l00166"></a>00166 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX4 PA_CHANNEL_POSITION_AUX4</span>
<a name="l00167"></a>00167 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX5 PA_CHANNEL_POSITION_AUX5</span>
<a name="l00168"></a>00168 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX6 PA_CHANNEL_POSITION_AUX6</span>
<a name="l00169"></a>00169 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX7 PA_CHANNEL_POSITION_AUX7</span>
<a name="l00170"></a>00170 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX8 PA_CHANNEL_POSITION_AUX8</span>
<a name="l00171"></a>00171 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX9 PA_CHANNEL_POSITION_AUX9</span>
<a name="l00172"></a>00172 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX10 PA_CHANNEL_POSITION_AUX10</span>
<a name="l00173"></a>00173 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX11 PA_CHANNEL_POSITION_AUX11</span>
<a name="l00174"></a>00174 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX12 PA_CHANNEL_POSITION_AUX12</span>
<a name="l00175"></a>00175 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX13 PA_CHANNEL_POSITION_AUX13</span>
<a name="l00176"></a>00176 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX14 PA_CHANNEL_POSITION_AUX14</span>
<a name="l00177"></a>00177 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX15 PA_CHANNEL_POSITION_AUX15</span>
<a name="l00178"></a>00178 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX16 PA_CHANNEL_POSITION_AUX16</span>
<a name="l00179"></a>00179 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX17 PA_CHANNEL_POSITION_AUX17</span>
<a name="l00180"></a>00180 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX18 PA_CHANNEL_POSITION_AUX18</span>
<a name="l00181"></a>00181 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX19 PA_CHANNEL_POSITION_AUX19</span>
<a name="l00182"></a>00182 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX20 PA_CHANNEL_POSITION_AUX20</span>
<a name="l00183"></a>00183 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX21 PA_CHANNEL_POSITION_AUX21</span>
<a name="l00184"></a>00184 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX22 PA_CHANNEL_POSITION_AUX22</span>
<a name="l00185"></a>00185 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX23 PA_CHANNEL_POSITION_AUX23</span>
<a name="l00186"></a>00186 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX24 PA_CHANNEL_POSITION_AUX24</span>
<a name="l00187"></a>00187 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX25 PA_CHANNEL_POSITION_AUX25</span>
<a name="l00188"></a>00188 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX26 PA_CHANNEL_POSITION_AUX26</span>
<a name="l00189"></a>00189 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX27 PA_CHANNEL_POSITION_AUX27</span>
<a name="l00190"></a>00190 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX28 PA_CHANNEL_POSITION_AUX28</span>
<a name="l00191"></a>00191 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX29 PA_CHANNEL_POSITION_AUX29</span>
<a name="l00192"></a>00192 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX30 PA_CHANNEL_POSITION_AUX30</span>
<a name="l00193"></a>00193 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_AUX31 PA_CHANNEL_POSITION_AUX31</span>
<a name="l00194"></a>00194 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_TOP_CENTER PA_CHANNEL_POSITION_TOP_CENTER</span>
<a name="l00195"></a>00195 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_TOP_FRONT_LEFT PA_CHANNEL_POSITION_TOP_FRONT_LEFT</span>
<a name="l00196"></a>00196 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_TOP_FRONT_RIGHT PA_CHANNEL_POSITION_TOP_FRONT_RIGHT</span>
<a name="l00197"></a>00197 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_TOP_FRONT_CENTER PA_CHANNEL_POSITION_TOP_FRONT_CENTER</span>
<a name="l00198"></a>00198 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_TOP_REAR_LEFT PA_CHANNEL_POSITION_TOP_REAR_LEFT</span>
<a name="l00199"></a>00199 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_TOP_REAR_RIGHT PA_CHANNEL_POSITION_TOP_REAR_RIGHT</span>
<a name="l00200"></a>00200 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_TOP_REAR_CENTER PA_CHANNEL_POSITION_TOP_REAR_CENTER</span>
<a name="l00201"></a>00201 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_POSITION_MAX PA_CHANNEL_POSITION_MAX</span>
<a name="l00202"></a>00202 <span class="preprocessor"></span>
<a name="l00205"></a><a class="code" href="channelmap_8h.html#61d273ea6bd3f09d79ffdec9e084f137">00205</a> <span class="keyword">typedef</span> <span class="keyword">enum</span> <a class="code" href="channelmap_8h.html#61d273ea6bd3f09d79ffdec9e084f137" title="A list of channel mapping definitions for pa_channel_map_init_auto().">pa_channel_map_def</a> {
<a name="l00206"></a><a class="code" href="channelmap_8h.html#61d273ea6bd3f09d79ffdec9e084f1378ad72a297d4c2f0d05666318e3cdb091">00206</a>     <a class="code" href="channelmap_8h.html#61d273ea6bd3f09d79ffdec9e084f1378ad72a297d4c2f0d05666318e3cdb091" title="The mapping from RFC3551, which is based on AIFF-C.">PA_CHANNEL_MAP_AIFF</a>,
<a name="l00209"></a><a class="code" href="channelmap_8h.html#61d273ea6bd3f09d79ffdec9e084f137de62bf24961ef056d7098241b7a91e4a">00209</a>     <a class="code" href="channelmap_8h.html#61d273ea6bd3f09d79ffdec9e084f137de62bf24961ef056d7098241b7a91e4a" title="The default mapping used by ALSA.">PA_CHANNEL_MAP_ALSA</a>,
<a name="l00212"></a><a class="code" href="channelmap_8h.html#61d273ea6bd3f09d79ffdec9e084f1379a5e04445155a9fa9e38f612a481c9e3">00212</a>     <a class="code" href="channelmap_8h.html#61d273ea6bd3f09d79ffdec9e084f1379a5e04445155a9fa9e38f612a481c9e3" title="Only aux channels.">PA_CHANNEL_MAP_AUX</a>,
<a name="l00215"></a><a class="code" href="channelmap_8h.html#61d273ea6bd3f09d79ffdec9e084f137c41f518997d2c56a3b36128a79511ff3">00215</a>     <a class="code" href="channelmap_8h.html#61d273ea6bd3f09d79ffdec9e084f137c41f518997d2c56a3b36128a79511ff3" title="Microsoft&amp;#39;s WAVEFORMATEXTENSIBLE mapping.">PA_CHANNEL_MAP_WAVEEX</a>,
<a name="l00218"></a><a class="code" href="channelmap_8h.html#61d273ea6bd3f09d79ffdec9e084f137d96fe9edeca452ce776d02d72a38bdd4">00218</a>     <a class="code" href="channelmap_8h.html#61d273ea6bd3f09d79ffdec9e084f137d96fe9edeca452ce776d02d72a38bdd4" title="The default channel mapping used by OSS as defined in the OSS 4.0 API specs.">PA_CHANNEL_MAP_OSS</a>,
<a name="l00222"></a><a class="code" href="channelmap_8h.html#61d273ea6bd3f09d79ffdec9e084f13780e9258aca89304211dc23bfac4b834e">00222</a>     <a class="code" href="channelmap_8h.html#61d273ea6bd3f09d79ffdec9e084f13780e9258aca89304211dc23bfac4b834e">PA_CHANNEL_MAP_DEF_MAX</a>,
<a name="l00223"></a>00223 
<a name="l00224"></a><a class="code" href="channelmap_8h.html#61d273ea6bd3f09d79ffdec9e084f137043396c5f4f752ced94f1fd364efe215">00224</a>     <a class="code" href="channelmap_8h.html#61d273ea6bd3f09d79ffdec9e084f137043396c5f4f752ced94f1fd364efe215" title="The default channel map.">PA_CHANNEL_MAP_DEFAULT</a> = <a class="code" href="channelmap_8h.html#61d273ea6bd3f09d79ffdec9e084f1378ad72a297d4c2f0d05666318e3cdb091" title="The mapping from RFC3551, which is based on AIFF-C.">PA_CHANNEL_MAP_AIFF</a>
<a name="l00226"></a>00226 } <a class="code" href="channelmap_8h.html#189e333032a5647a9a326e0f4d00c328" title="A list of channel mapping definitions for pa_channel_map_init_auto().">pa_channel_map_def_t</a>;
<a name="l00227"></a>00227 
<a name="l00229"></a>00229 <span class="preprocessor">#define PA_CHANNEL_MAP_AIFF PA_CHANNEL_MAP_AIFF</span>
<a name="l00230"></a>00230 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_MAP_ALSA PA_CHANNEL_MAP_ALSA</span>
<a name="l00231"></a>00231 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_MAP_AUX PA_CHANNEL_MAP_AUX</span>
<a name="l00232"></a>00232 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_MAP_WAVEEX PA_CHANNEL_MAP_WAVEEX</span>
<a name="l00233"></a>00233 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_MAP_OSS PA_CHANNEL_MAP_OSS</span>
<a name="l00234"></a>00234 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_MAP_DEF_MAX PA_CHANNEL_MAP_DEF_MAX</span>
<a name="l00235"></a>00235 <span class="preprocessor"></span><span class="preprocessor">#define PA_CHANNEL_MAP_DEFAULT PA_CHANNEL_MAP_DEFAULT</span>
<a name="l00236"></a>00236 <span class="preprocessor"></span>
<a name="l00241"></a><a class="code" href="structpa__channel__map.html">00241</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structpa__channel__map.html" title="A channel map which can be used to attach labels to specific channels of a stream...">pa_channel_map</a> {
<a name="l00242"></a>00242     uint8_t <a class="code" href="structpa__channel__map.html#91670676065c5fd4405d4d15b26b82d3" title="Number of channels.">channels</a>;
<a name="l00245"></a>00245     <a class="code" href="channelmap_8h.html#73a7ec05f42b21cb70ba4405b54177f6" title="A list of channel labels.">pa_channel_position_t</a> <a class="code" href="structpa__channel__map.html#0bc2542e9c53e2c6bfbd0a37691d1004" title="Channel labels.">map</a>[<a class="code" href="sample_8h.html#4c6778fd8a093f9984ce0448f81d9dcf" title="Maximum number of allowed channels.">PA_CHANNELS_MAX</a>];
<a name="l00247"></a>00247 } <a class="code" href="structpa__channel__map.html" title="A channel map which can be used to attach labels to specific channels of a stream...">pa_channel_map</a>;
<a name="l00248"></a>00248 
<a name="l00252"></a>00252 <a class="code" href="structpa__channel__map.html" title="A channel map which can be used to attach labels to specific channels of a stream...">pa_channel_map</a>* <a class="code" href="channelmap_8h.html#bf6d26acfe2b0b7147034c19925a714f" title="Initialize the specified channel map and return a pointer to it.">pa_channel_map_init</a>(<a class="code" href="structpa__channel__map.html" title="A channel map which can be used to attach labels to specific channels of a stream...">pa_channel_map</a> *m);
<a name="l00253"></a>00253 
<a name="l00255"></a>00255 <a class="code" href="structpa__channel__map.html" title="A channel map which can be used to attach labels to specific channels of a stream...">pa_channel_map</a>* <a class="code" href="channelmap_8h.html#f32466c8cb879edf9439ec35866760c6" title="Initialize the specified channel map for monaural audio and return a pointer to it...">pa_channel_map_init_mono</a>(<a class="code" href="structpa__channel__map.html" title="A channel map which can be used to attach labels to specific channels of a stream...">pa_channel_map</a> *m);
<a name="l00256"></a>00256 
<a name="l00258"></a>00258 <a class="code" href="structpa__channel__map.html" title="A channel map which can be used to attach labels to specific channels of a stream...">pa_channel_map</a>* <a class="code" href="channelmap_8h.html#15e329f5ecc28cfb7ea26324a8035d02" title="Initialize the specified channel map for stereophonic audio and return a pointer...">pa_channel_map_init_stereo</a>(<a class="code" href="structpa__channel__map.html" title="A channel map which can be used to attach labels to specific channels of a stream...">pa_channel_map</a> *m);
<a name="l00259"></a>00259 
<a name="l00264"></a>00264 <a class="code" href="structpa__channel__map.html" title="A channel map which can be used to attach labels to specific channels of a stream...">pa_channel_map</a>* <a class="code" href="channelmap_8h.html#b7d13111387d169484853f713b68f9cc" title="Initialize the specified channel map for the specified number of channels using default...">pa_channel_map_init_auto</a>(<a class="code" href="structpa__channel__map.html" title="A channel map which can be used to attach labels to specific channels of a stream...">pa_channel_map</a> *m, <span class="keywordtype">unsigned</span> channels, <a class="code" href="channelmap_8h.html#189e333032a5647a9a326e0f4d00c328" title="A list of channel mapping definitions for pa_channel_map_init_auto().">pa_channel_map_def_t</a> def);
<a name="l00265"></a>00265 
<a name="l00270"></a>00270 <a class="code" href="structpa__channel__map.html" title="A channel map which can be used to attach labels to specific channels of a stream...">pa_channel_map</a>* <a class="code" href="channelmap_8h.html#219e8d74ecc3e4ce29c863af9bacaab8" title="Similar to pa_channel_map_init_auto() but instead of failing if no default mapping...">pa_channel_map_init_extend</a>(<a class="code" href="structpa__channel__map.html" title="A channel map which can be used to attach labels to specific channels of a stream...">pa_channel_map</a> *m, <span class="keywordtype">unsigned</span> channels, <a class="code" href="channelmap_8h.html#189e333032a5647a9a326e0f4d00c328" title="A list of channel mapping definitions for pa_channel_map_init_auto().">pa_channel_map_def_t</a> def);
<a name="l00271"></a>00271 
<a name="l00273"></a>00273 <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="channelmap_8h.html#219c7feb3ebeea1eec2670bfc35b01f2" title="Return a text label for the specified channel position.">pa_channel_position_to_string</a>(<a class="code" href="channelmap_8h.html#73a7ec05f42b21cb70ba4405b54177f6" title="A list of channel labels.">pa_channel_position_t</a> pos) <a class="code" href="gccmacro_8h.html#a1c5f50faa1073e28ba469b86f6a0548" title="This function&amp;#39;s return value depends only the arguments list and global state...">PA_GCC_PURE</a>;
<a name="l00274"></a>00274 
<a name="l00276"></a>00276 <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="channelmap_8h.html#b031af034e2e4da7ae725a7ff2ee8726" title="Return a human readable text label for the specified channel position.">pa_channel_position_to_pretty_string</a>(<a class="code" href="channelmap_8h.html#73a7ec05f42b21cb70ba4405b54177f6" title="A list of channel labels.">pa_channel_position_t</a> pos);
<a name="l00277"></a>00277 
<a name="l00283"></a><a class="code" href="channelmap_8h.html#19fb89628e40ff671f047a83f43899e6">00283</a> <span class="preprocessor">#define PA_CHANNEL_MAP_SNPRINT_MAX 336</span>
<a name="l00284"></a>00284 <span class="preprocessor"></span>
<a name="l00286"></a>00286 <span class="keywordtype">char</span>* <a class="code" href="channelmap_8h.html#5baa37ac22ea08485b12fcce63a98abe" title="Make a human readable string from the specified channel map.">pa_channel_map_snprint</a>(<span class="keywordtype">char</span> *s, <span class="keywordtype">size_t</span> l, <span class="keyword">const</span> <a class="code" href="structpa__channel__map.html" title="A channel map which can be used to attach labels to specific channels of a stream...">pa_channel_map</a> *map);
<a name="l00287"></a>00287 
<a name="l00292"></a>00292 <a class="code" href="structpa__channel__map.html" title="A channel map which can be used to attach labels to specific channels of a stream...">pa_channel_map</a> *<a class="code" href="channelmap_8h.html#66d10dda716c59960d6100c2774e6a36" title="Parse a channel position list or well-known mapping name into a channel map structure...">pa_channel_map_parse</a>(<a class="code" href="structpa__channel__map.html" title="A channel map which can be used to attach labels to specific channels of a stream...">pa_channel_map</a> *map, <span class="keyword">const</span> <span class="keywordtype">char</span> *s);
<a name="l00293"></a>00293 
<a name="l00295"></a>00295 <span class="keywordtype">int</span> <a class="code" href="channelmap_8h.html#851c6c02f0cbfc193d9bacfe42110bd3" title="Compare two channel maps.">pa_channel_map_equal</a>(<span class="keyword">const</span> <a class="code" href="structpa__channel__map.html" title="A channel map which can be used to attach labels to specific channels of a stream...">pa_channel_map</a> *a, <span class="keyword">const</span> <a class="code" href="structpa__channel__map.html" title="A channel map which can be used to attach labels to specific channels of a stream...">pa_channel_map</a> *b) <a class="code" href="gccmacro_8h.html#a1c5f50faa1073e28ba469b86f6a0548" title="This function&amp;#39;s return value depends only the arguments list and global state...">PA_GCC_PURE</a>;
<a name="l00296"></a>00296 
<a name="l00298"></a>00298 <span class="keywordtype">int</span> <a class="code" href="channelmap_8h.html#5d4699c853806a999cbde869dbf7a7ad" title="Return non-zero if the specified channel map is considered valid.">pa_channel_map_valid</a>(<span class="keyword">const</span> <a class="code" href="structpa__channel__map.html" title="A channel map which can be used to attach labels to specific channels of a stream...">pa_channel_map</a> *map) <a class="code" href="gccmacro_8h.html#a1c5f50faa1073e28ba469b86f6a0548" title="This function&amp;#39;s return value depends only the arguments list and global state...">PA_GCC_PURE</a>;
<a name="l00299"></a>00299 
<a name="l00302"></a>00302 <span class="keywordtype">int</span> <a class="code" href="channelmap_8h.html#2bfd3d5ff3752b7ef6481cc18f4005fd" title="Return non-zero if the specified channel map is compatible with the specified sample...">pa_channel_map_compatible</a>(<span class="keyword">const</span> <a class="code" href="structpa__channel__map.html" title="A channel map which can be used to attach labels to specific channels of a stream...">pa_channel_map</a> *map, <span class="keyword">const</span> <a class="code" href="structpa__sample__spec.html" title="A sample format and attribute specification.">pa_sample_spec</a> *ss) <a class="code" href="gccmacro_8h.html#a1c5f50faa1073e28ba469b86f6a0548" title="This function&amp;#39;s return value depends only the arguments list and global state...">PA_GCC_PURE</a>;
<a name="l00303"></a>00303 
<a name="l00305"></a>00305 <span class="keywordtype">int</span> <a class="code" href="channelmap_8h.html#272cc00f63f075b8fca6d5d5ebd87977" title="Returns non-zero if every channel defined in b is also defined in a.">pa_channel_map_superset</a>(<span class="keyword">const</span> <a class="code" href="structpa__channel__map.html" title="A channel map which can be used to attach labels to specific channels of a stream...">pa_channel_map</a> *a, <span class="keyword">const</span> <a class="code" href="structpa__channel__map.html" title="A channel map which can be used to attach labels to specific channels of a stream...">pa_channel_map</a> *b) <a class="code" href="gccmacro_8h.html#a1c5f50faa1073e28ba469b86f6a0548" title="This function&amp;#39;s return value depends only the arguments list and global state...">PA_GCC_PURE</a>;
<a name="l00306"></a>00306 
<a name="l00310"></a>00310 <span class="keywordtype">int</span> <a class="code" href="channelmap_8h.html#0ece3ec5671817252fd5e8d804c31452" title="Returns non-zero if it makes sense to apply a volume &amp;#39;balance&amp;#39; with this...">pa_channel_map_can_balance</a>(<span class="keyword">const</span> <a class="code" href="structpa__channel__map.html" title="A channel map which can be used to attach labels to specific channels of a stream...">pa_channel_map</a> *map) <a class="code" href="gccmacro_8h.html#a1c5f50faa1073e28ba469b86f6a0548" title="This function&amp;#39;s return value depends only the arguments list and global state...">PA_GCC_PURE</a>;
<a name="l00311"></a>00311 
<a name="l00315"></a>00315 <span class="keywordtype">int</span> <a class="code" href="channelmap_8h.html#2204e8c49245a7526dbed708ca9cef05" title="Returns non-zero if it makes sense to apply a volume &amp;#39;fade&amp;#39; (i.e.">pa_channel_map_can_fade</a>(<span class="keyword">const</span> <a class="code" href="structpa__channel__map.html" title="A channel map which can be used to attach labels to specific channels of a stream...">pa_channel_map</a> *map) <a class="code" href="gccmacro_8h.html#a1c5f50faa1073e28ba469b86f6a0548" title="This function&amp;#39;s return value depends only the arguments list and global state...">PA_GCC_PURE</a>;
<a name="l00316"></a>00316 
<a name="l00321"></a>00321 <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="channelmap_8h.html#ed6849626f3e88b4b3543263e0a29724" title="Tries to find a well-known channel mapping name for this channel mapping.">pa_channel_map_to_name</a>(<span class="keyword">const</span> <a class="code" href="structpa__channel__map.html" title="A channel map which can be used to attach labels to specific channels of a stream...">pa_channel_map</a> *map) <a class="code" href="gccmacro_8h.html#a1c5f50faa1073e28ba469b86f6a0548" title="This function&amp;#39;s return value depends only the arguments list and global state...">PA_GCC_PURE</a>;
<a name="l00322"></a>00322 
<a name="l00326"></a>00326 <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="channelmap_8h.html#e5ae807a631fc28a7b0c29da982bef3c" title="Tries to find a human readable text label for this channel mapping.">pa_channel_map_to_pretty_name</a>(<span class="keyword">const</span> <a class="code" href="structpa__channel__map.html" title="A channel map which can be used to attach labels to specific channels of a stream...">pa_channel_map</a> *map) <a class="code" href="gccmacro_8h.html#a1c5f50faa1073e28ba469b86f6a0548" title="This function&amp;#39;s return value depends only the arguments list and global state...">PA_GCC_PURE</a>;
<a name="l00327"></a>00327 
<a name="l00328"></a>00328 PA_C_DECL_END
<a name="l00329"></a>00329 
<a name="l00330"></a>00330 <span class="preprocessor">#endif</span>
</pre></div></div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Sep 2 04:18:19 2009 for PulseAudio by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
</body>
</html>