Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / native_client_sdk / doc_generated / pepper_beta / cpp / classpp_1_1_audio_config.html
index e2c0c74..db821d1 100644 (file)
@@ -1,6 +1,8 @@
 {{+bindTo:partials.standard_nacl_article}}
 <h1>pp::AudioConfig Class Reference</h1>
-<div>
+<div id="doxygen-ref">
+{{- dummy div to appease doxygen -}}
+  <div>
 <!-- Generated by Doxygen 1.7.6.1 -->
 
 
@@ -30,7 +32,7 @@ Static Public Member Functions</h2><table class="memberdecls">
 </table>
 <hr /><a name="details" id="details"></a><h2>Detailed Description</h2>
 <div class="textblock"><p>A 16 bit stereo <a class="el" href="classpp_1_1_audio_config.html" title="A 16 bit stereo AudioConfig resource.">AudioConfig</a> resource. </p>
-<p>Refer to the <a href="/native-client/{{pepperversion}}/devguide/coding/audio">Audio </a>chapter in the Developer's Guide for information on using this interface.</p>
+<p>Refer to the <a href="/native-client/devguide/coding/audio.html">Audio </a>chapter in the Developer's Guide for information on using this interface.</p>
 <p>A single sample frame on a stereo device means one value for the left channel and one value for the right channel.</p>
 <p>Buffer layout for a stereo int16 configuration:</p>
 <p><code>int16_t *buffer16;</code> <code>buffer16[0]</code> is the first left channel sample. <code>buffer16[1]</code> is the first right channel sample. <code>buffer16[2]</code> is the second left channel sample. <code>buffer16[3]</code> is the second right channel sample. <code>...</code> <code>buffer16[2 * (sample_frame_count - 1)]</code> is the last left channel sample. <code>buffer16[2 * (sample_frame_count - 1) + 1]</code> is the last right channel sample. Data will always be in the native endian format of the platform.</p>
@@ -211,4 +213,5 @@ Static Public Member Functions</h2><table class="memberdecls">
 <li><a class="el" href="audio__config_8h.html">audio_config.h</a></li>
 </ul>
 </div><!-- contents -->
+</div>
 {{/partials.standard_nacl_article}}