docs for pango done
[sdlgit/SDL-Site.git] / pages / SDL-Mixer-MixChunk.html-inc
index 5dd20c7..3bb78d6 100644 (file)
@@ -22,7 +22,7 @@
 </div>
 <h1 id="CATEGORY">CATEGORY</h1><p><a href="#TOP" class="toplink">Top</a></p>
 <div id="CATEGORY_CONTENT">
-<p>Core, Mixer, Structure</p>
+<p>Mixer, Structure</p>
 
 </div>
 <h1 id="SYNOPSIS">SYNOPSIS</h1><p><a href="#TOP" class="toplink">Top</a></p>
@@ -30,7 +30,7 @@
 <pre> use SDL;
  use SDL::Mixer::MixChunk;
 
- my $mix_chunk = SDL::MixLoadWAV('sample.wav');
+ my $mix_chunk = SDL::Mixer::Music::load_WAV('sample.wav');
 
  printf(&quot;length of audio data is %d bytes\n&quot;, $mix_chunk-&gt;alen);
  printf(&quot;volume is %d\n&quot;,                     $mix_chunk-&gt;volume);