Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > fba57c789abf4ed3484c767370e6ce0d > files > 43

lib64pulseaudio-devel-0.9.9-7mdv2008.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="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.5 -->
<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="classes.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>
<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">/* $Id: channelmap.h 1971 2007-10-28 19:13:50Z lennart $ */</span>
<a name="l00005"></a>00005 
<a name="l00006"></a>00006 <span class="comment">/***</span>
<a name="l00007"></a>00007 <span class="comment">  This file is part of PulseAudio.</span>
<a name="l00008"></a>00008 <span class="comment"></span>
<a name="l00009"></a>00009 <span class="comment">  Copyright 2005-2006 Lennart Poettering</span>
<a name="l00010"></a>00010 <span class="comment">  Copyright 2006 Pierre Ossman &lt;ossman@cendio.se&gt; for Cendio AB</span>
<a name="l00011"></a>00011 <span class="comment"></span>
<a name="l00012"></a>00012 <span class="comment">  PulseAudio is free software; you can redistribute it and/or modify</span>
<a name="l00013"></a>00013 <span class="comment">  it under the terms of the GNU Lesser General Public License as published</span>
<a name="l00014"></a>00014 <span class="comment">  by the Free Software Foundation; either version 2 of the License,</span>
<a name="l00015"></a>00015 <span class="comment">  or (at your option) any later version.</span>
<a name="l00016"></a>00016 <span class="comment"></span>
<a name="l00017"></a>00017 <span class="comment">  PulseAudio is distributed in the hope that it will be useful, but</span>
<a name="l00018"></a>00018 <span class="comment">  WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00019"></a>00019 <span class="comment">  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU</span>
<a name="l00020"></a>00020 <span class="comment">  General Public License for more details.</span>
<a name="l00021"></a>00021 <span class="comment"></span>
<a name="l00022"></a>00022 <span class="comment">  You should have received a copy of the GNU Lesser General Public License</span>
<a name="l00023"></a>00023 <span class="comment">  along with PulseAudio; if not, write to the Free Software</span>
<a name="l00024"></a>00024 <span class="comment">  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307</span>
<a name="l00025"></a>00025 <span class="comment">  USA.</span>
<a name="l00026"></a>00026 <span class="comment">***/</span>
<a name="l00027"></a>00027 
<a name="l00028"></a>00028 <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="l00029"></a>00029 <span class="preprocessor">#include &lt;pulse/cdecl.h&gt;</span>
<a name="l00030"></a>00030 
<a name="l00068"></a>00068 PA_C_DECL_BEGIN
<a name="l00069"></a>00069 
<a name="l00071"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2">00071</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="l00072"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf25206a3a2c441012f29a2942eec5cd8c3">00072</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf25206a3a2c441012f29a2942eec5cd8c3">PA_CHANNEL_POSITION_INVALID</a> = -1,
<a name="l00073"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2b66fd4fb8ed2630afe6fbf2d43734946">00073</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2b66fd4fb8ed2630afe6fbf2d43734946">PA_CHANNEL_POSITION_MONO</a> = 0,
<a name="l00074"></a>00074 
<a name="l00075"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf204df6009a8dbf299ed9e10b68a8b0e85">00075</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf204df6009a8dbf299ed9e10b68a8b0e85">PA_CHANNEL_POSITION_LEFT</a>,
<a name="l00076"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2db1482bfae031cbc1a710413ddb024fe">00076</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2db1482bfae031cbc1a710413ddb024fe">PA_CHANNEL_POSITION_RIGHT</a>,
<a name="l00077"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2aec2daac467ab4c0dff291243dd2a376">00077</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2aec2daac467ab4c0dff291243dd2a376">PA_CHANNEL_POSITION_CENTER</a>,
<a name="l00078"></a>00078 
<a name="l00079"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf228399732efb53f72f18c7d6bdaa23e1e">00079</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="l00080"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf23be79fc32518e4f9fb9b61fb7742b924">00080</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="l00081"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf28bbe5bfe970b9541f7ca20c3bf8ab165">00081</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="l00082"></a>00082 
<a name="l00083"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2c75fc7f9df6c7fb52c84517f46679dfb">00083</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2c75fc7f9df6c7fb52c84517f46679dfb">PA_CHANNEL_POSITION_REAR_CENTER</a>,
<a name="l00084"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf28fa64f2956cf5631b90fa04c2a6e6681">00084</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf28fa64f2956cf5631b90fa04c2a6e6681">PA_CHANNEL_POSITION_REAR_LEFT</a>,
<a name="l00085"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf22fd4c08eb44e18fcbad36df56f60dd6c">00085</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf22fd4c08eb44e18fcbad36df56f60dd6c">PA_CHANNEL_POSITION_REAR_RIGHT</a>,
<a name="l00086"></a>00086 
<a name="l00087"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2c22839469c8b8eb270b84c80fe4ea75d">00087</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2c22839469c8b8eb270b84c80fe4ea75d">PA_CHANNEL_POSITION_LFE</a>,
<a name="l00088"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2788c11f5403dd223ddf58d3cb7097789">00088</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="l00089"></a>00089 
<a name="l00090"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf28c905b7ae706ab48df43aaf201b0ee7b">00090</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf28c905b7ae706ab48df43aaf201b0ee7b">PA_CHANNEL_POSITION_FRONT_LEFT_OF_CENTER</a>,
<a name="l00091"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf24bfcd16c2d3bc3dc8b7893fa77b95b28">00091</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf24bfcd16c2d3bc3dc8b7893fa77b95b28">PA_CHANNEL_POSITION_FRONT_RIGHT_OF_CENTER</a>,
<a name="l00092"></a>00092 
<a name="l00093"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf268711bf2ba3dec3cd4da45830d8ed2e9">00093</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf268711bf2ba3dec3cd4da45830d8ed2e9">PA_CHANNEL_POSITION_SIDE_LEFT</a>,
<a name="l00094"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf291c2ce5e67a4bddf19b38233d1049dc0">00094</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf291c2ce5e67a4bddf19b38233d1049dc0">PA_CHANNEL_POSITION_SIDE_RIGHT</a>,
<a name="l00095"></a>00095 
<a name="l00096"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2d1f960b7cb836254da65e89dbde2ede9">00096</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2d1f960b7cb836254da65e89dbde2ede9">PA_CHANNEL_POSITION_AUX0</a>,
<a name="l00097"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2d3d8aa4fc6566c567a5190310443e8c9">00097</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2d3d8aa4fc6566c567a5190310443e8c9">PA_CHANNEL_POSITION_AUX1</a>,
<a name="l00098"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf211f4d0ccfcdc097fed4a5b80b0ed4835">00098</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf211f4d0ccfcdc097fed4a5b80b0ed4835">PA_CHANNEL_POSITION_AUX2</a>,
<a name="l00099"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2ac0480a9f06577285e3cc895c012ecd8">00099</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2ac0480a9f06577285e3cc895c012ecd8">PA_CHANNEL_POSITION_AUX3</a>,
<a name="l00100"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2a4f52dc1cf847f4bfe1b39aeb9cf3525">00100</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2a4f52dc1cf847f4bfe1b39aeb9cf3525">PA_CHANNEL_POSITION_AUX4</a>,
<a name="l00101"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2dd7d87cedbde94905fc2dfc4f93551aa">00101</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2dd7d87cedbde94905fc2dfc4f93551aa">PA_CHANNEL_POSITION_AUX5</a>,
<a name="l00102"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf258f2927518a812dc1f58350a99ada321">00102</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf258f2927518a812dc1f58350a99ada321">PA_CHANNEL_POSITION_AUX6</a>,
<a name="l00103"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf24b0e6e3593cf79cc79d59bd719c7a822">00103</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf24b0e6e3593cf79cc79d59bd719c7a822">PA_CHANNEL_POSITION_AUX7</a>,
<a name="l00104"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf23126bca5552400d07097e3d25b9562ad">00104</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf23126bca5552400d07097e3d25b9562ad">PA_CHANNEL_POSITION_AUX8</a>,
<a name="l00105"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2e5e268b87565a2ea3d938cca5e97ea85">00105</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2e5e268b87565a2ea3d938cca5e97ea85">PA_CHANNEL_POSITION_AUX9</a>,
<a name="l00106"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2de459568ace71f5cf0a37847a1be343d">00106</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2de459568ace71f5cf0a37847a1be343d">PA_CHANNEL_POSITION_AUX10</a>,
<a name="l00107"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2477df70c25091ba9ec2f65e76b6c49e1">00107</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2477df70c25091ba9ec2f65e76b6c49e1">PA_CHANNEL_POSITION_AUX11</a>,
<a name="l00108"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf205f5aa33377d6d75a193ceb6e236c6ad">00108</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf205f5aa33377d6d75a193ceb6e236c6ad">PA_CHANNEL_POSITION_AUX12</a>,
<a name="l00109"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2fa680a81a993bed9250ea10d4d8871f1">00109</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2fa680a81a993bed9250ea10d4d8871f1">PA_CHANNEL_POSITION_AUX13</a>,
<a name="l00110"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2d2d8188a97b7f3abb8a4418a19e74f18">00110</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2d2d8188a97b7f3abb8a4418a19e74f18">PA_CHANNEL_POSITION_AUX14</a>,
<a name="l00111"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2fce1779d197d385a746157cc112a594c">00111</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2fce1779d197d385a746157cc112a594c">PA_CHANNEL_POSITION_AUX15</a>,
<a name="l00112"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf298054fe350c19ef4611890b332f0fdf1">00112</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf298054fe350c19ef4611890b332f0fdf1">PA_CHANNEL_POSITION_AUX16</a>,
<a name="l00113"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2580a4dce399ab921b8498de1132c4824">00113</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2580a4dce399ab921b8498de1132c4824">PA_CHANNEL_POSITION_AUX17</a>,
<a name="l00114"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2dbc5887d084a85a708cc73a4340e0cbc">00114</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2dbc5887d084a85a708cc73a4340e0cbc">PA_CHANNEL_POSITION_AUX18</a>,
<a name="l00115"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf283c2e77d17d40abfed04162993c0940e">00115</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf283c2e77d17d40abfed04162993c0940e">PA_CHANNEL_POSITION_AUX19</a>,
<a name="l00116"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf23db6a6a64d6600c7a23430b0616f40dd">00116</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf23db6a6a64d6600c7a23430b0616f40dd">PA_CHANNEL_POSITION_AUX20</a>,
<a name="l00117"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf28c0c387f33ae2c9b89a6e5613c42a44e">00117</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf28c0c387f33ae2c9b89a6e5613c42a44e">PA_CHANNEL_POSITION_AUX21</a>,
<a name="l00118"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf221f01fb9669ceff91b2005ca3216729f">00118</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf221f01fb9669ceff91b2005ca3216729f">PA_CHANNEL_POSITION_AUX22</a>,
<a name="l00119"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf26f846774c39f569556b79d56cd82ef5c">00119</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf26f846774c39f569556b79d56cd82ef5c">PA_CHANNEL_POSITION_AUX23</a>,
<a name="l00120"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2fa1e6efebddf77d4d59136b1bb77ac6e">00120</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2fa1e6efebddf77d4d59136b1bb77ac6e">PA_CHANNEL_POSITION_AUX24</a>,
<a name="l00121"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2635691b5d8f43f810612c6d114ed2874">00121</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2635691b5d8f43f810612c6d114ed2874">PA_CHANNEL_POSITION_AUX25</a>,
<a name="l00122"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2a4785955305a0c1642fea32118c825a2">00122</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2a4785955305a0c1642fea32118c825a2">PA_CHANNEL_POSITION_AUX26</a>,
<a name="l00123"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf254a260ba5c87a6a5dacac17476569f16">00123</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf254a260ba5c87a6a5dacac17476569f16">PA_CHANNEL_POSITION_AUX27</a>,
<a name="l00124"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf229de6eb3eee401cde997ef63f2e2417b">00124</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf229de6eb3eee401cde997ef63f2e2417b">PA_CHANNEL_POSITION_AUX28</a>,
<a name="l00125"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2ad354cdcf2f7ed5b4f0eb5c4ec24a97d">00125</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2ad354cdcf2f7ed5b4f0eb5c4ec24a97d">PA_CHANNEL_POSITION_AUX29</a>,
<a name="l00126"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf230a27df7be25a3a52572c3c97767456b">00126</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf230a27df7be25a3a52572c3c97767456b">PA_CHANNEL_POSITION_AUX30</a>,
<a name="l00127"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf255dd989ff7f2be98b344762193fd7961">00127</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf255dd989ff7f2be98b344762193fd7961">PA_CHANNEL_POSITION_AUX31</a>,
<a name="l00128"></a>00128 
<a name="l00129"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2a152449ebfe5849c7d9a9814a2014c5d">00129</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2a152449ebfe5849c7d9a9814a2014c5d">PA_CHANNEL_POSITION_TOP_CENTER</a>,
<a name="l00130"></a>00130 
<a name="l00131"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2d72aa13d24aa516cd647681b6f28a665">00131</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2d72aa13d24aa516cd647681b6f28a665">PA_CHANNEL_POSITION_TOP_FRONT_LEFT</a>,
<a name="l00132"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2ef8b430ae83ac3d8d2cbe86b9a743e63">00132</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2ef8b430ae83ac3d8d2cbe86b9a743e63">PA_CHANNEL_POSITION_TOP_FRONT_RIGHT</a>,
<a name="l00133"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf216d1f11205ab9f8cd19b31f629a57876">00133</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf216d1f11205ab9f8cd19b31f629a57876">PA_CHANNEL_POSITION_TOP_FRONT_CENTER</a>,
<a name="l00134"></a>00134 
<a name="l00135"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf28021d63a5e3f2e71b3df2f277b2701ed">00135</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf28021d63a5e3f2e71b3df2f277b2701ed">PA_CHANNEL_POSITION_TOP_REAR_LEFT</a>,
<a name="l00136"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf275c87a9324e5caf80ba53383d172aa2c">00136</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf275c87a9324e5caf80ba53383d172aa2c">PA_CHANNEL_POSITION_TOP_REAR_RIGHT</a>,
<a name="l00137"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf20c0ad6318881b76af64d559b5a9772bf">00137</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf20c0ad6318881b76af64d559b5a9772bf">PA_CHANNEL_POSITION_TOP_REAR_CENTER</a>,
<a name="l00138"></a>00138 
<a name="l00139"></a><a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2533c4d4cedabc7f6f80434bac6063ecd">00139</a>     <a class="code" href="channelmap_8h.html#f1cbe2738487c74f99e613779bd34bf2533c4d4cedabc7f6f80434bac6063ecd">PA_CHANNEL_POSITION_MAX</a>
<a name="l00140"></a>00140 } <a class="code" href="channelmap_8h.html#73a7ec05f42b21cb70ba4405b54177f6">pa_channel_position_t</a>;
<a name="l00141"></a>00141 
<a name="l00143"></a><a class="code" href="channelmap_8h.html#61d273ea6bd3f09d79ffdec9e084f137">00143</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="l00144"></a><a class="code" href="channelmap_8h.html#61d273ea6bd3f09d79ffdec9e084f1378ad72a297d4c2f0d05666318e3cdb091">00144</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="l00145"></a><a class="code" href="channelmap_8h.html#61d273ea6bd3f09d79ffdec9e084f137de62bf24961ef056d7098241b7a91e4a">00145</a>     <a class="code" href="channelmap_8h.html#61d273ea6bd3f09d79ffdec9e084f137de62bf24961ef056d7098241b7a91e4a" title="The default mapping used by ALSA.">PA_CHANNEL_MAP_ALSA</a>,   
<a name="l00146"></a><a class="code" href="channelmap_8h.html#61d273ea6bd3f09d79ffdec9e084f1379a5e04445155a9fa9e38f612a481c9e3">00146</a>     <a class="code" href="channelmap_8h.html#61d273ea6bd3f09d79ffdec9e084f1379a5e04445155a9fa9e38f612a481c9e3" title="Only aux channels.">PA_CHANNEL_MAP_AUX</a>,    
<a name="l00147"></a><a class="code" href="channelmap_8h.html#61d273ea6bd3f09d79ffdec9e084f137c41f518997d2c56a3b36128a79511ff3">00147</a>     <a class="code" href="channelmap_8h.html#61d273ea6bd3f09d79ffdec9e084f137c41f518997d2c56a3b36128a79511ff3" title="Microsoft&amp;#39;s WAVEFORMATEXTENSIBLE mapping.">PA_CHANNEL_MAP_WAVEEX</a>, 
<a name="l00148"></a><a class="code" href="channelmap_8h.html#61d273ea6bd3f09d79ffdec9e084f137d96fe9edeca452ce776d02d72a38bdd4">00148</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="l00150"></a><a class="code" href="channelmap_8h.html#61d273ea6bd3f09d79ffdec9e084f137043396c5f4f752ced94f1fd364efe215">00150</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="l00151"></a>00151 } <a class="code" href="channelmap_8h.html#189e333032a5647a9a326e0f4d00c328">pa_channel_map_def_t</a>;
<a name="l00152"></a>00152 
<a name="l00156"></a><a class="code" href="structpa__channel__map.html">00156</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="l00157"></a><a class="code" href="structpa__channel__map.html#91670676065c5fd4405d4d15b26b82d3">00157</a>     uint8_t <a class="code" href="structpa__channel__map.html#91670676065c5fd4405d4d15b26b82d3" title="Number of channels.">channels</a>; 
<a name="l00158"></a><a class="code" href="structpa__channel__map.html#0bc2542e9c53e2c6bfbd0a37691d1004">00158</a>     <a class="code" href="channelmap_8h.html#73a7ec05f42b21cb70ba4405b54177f6">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="l00159"></a>00159 } <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="l00160"></a>00160 
<a name="l00162"></a>00162 <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="l00163"></a>00163 
<a name="l00165"></a>00165 <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 monoaural audio and return a pointer to...">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="l00166"></a>00166 
<a name="l00168"></a>00168 <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="l00169"></a>00169 
<a name="l00172"></a>00172 <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">pa_channel_map_def_t</a> def);
<a name="l00173"></a>00173 
<a name="l00175"></a>00175 <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">pa_channel_position_t</a> pos) PA_GCC_PURE;
<a name="l00176"></a>00176 
<a name="l00178"></a>00178 <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">pa_channel_position_t</a> pos);
<a name="l00179"></a>00179 
<a name="l00181"></a><a class="code" href="channelmap_8h.html#19fb89628e40ff671f047a83f43899e6">00181</a> <span class="preprocessor">#define PA_CHANNEL_MAP_SNPRINT_MAX 336</span>
<a name="l00182"></a>00182 <span class="preprocessor"></span>
<a name="l00184"></a>00184 <span class="keywordtype">char</span>* <a class="code" href="channelmap_8h.html#5baa37ac22ea08485b12fcce63a98abe" title="Make a humand 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="l00185"></a>00185 
<a name="l00187"></a>00187 <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 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="l00188"></a>00188 
<a name="l00190"></a>00190 <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) PA_GCC_PURE;
<a name="l00191"></a>00191 
<a name="l00193"></a>00193 <span class="keywordtype">int</span> <a class="code" href="channelmap_8h.html#5d4699c853806a999cbde869dbf7a7ad" title="Return non-zero of 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) PA_GCC_PURE;
<a name="l00194"></a>00194 
<a name="l00195"></a>00195 PA_C_DECL_END
<a name="l00196"></a>00196 
<a name="l00197"></a>00197 <span class="preprocessor">#endif</span>
</pre></div></div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Mar 26 12:02:40 2008 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.5 </small></address>
</body>
</html>