X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pages%2FSDL-Audio.html-inc;h=b8c5b8f2b36ce32bcff7ed8a56580bb8ad2342bb;hb=d5943b684b1240307fbf0a103abbf18dd93998f4;hp=fcfe145396a390cdf333f4b14462319e6f0265f6;hpb=fb5f7900f4f8f1e111c3e122ef899e1e9dea0d29;p=sdlgit%2FSDL-Site.git diff --git a/pages/SDL-Audio.html-inc b/pages/SDL-Audio.html-inc index fcfe145..b8c5b8f 100644 --- a/pages/SDL-Audio.html-inc +++ b/pages/SDL-Audio.html-inc @@ -15,10 +15,11 @@
  • mix
  • lock
  • unlock
  • -
  • close -
  • +
  • close
  • +
  • AUTHORS +

  • @@ -34,11 +35,11 @@

    CONSTANTS

    Top

    -

    The constants are not exported by default. You can export them into your namespace by doing:

    -
     use SDL::Audio ':all';
    +

    The constants are exported by default. You can avoid this by doing:

    +
     use SDL::Audio ();
     
     
    -

    or access them directly:

    +

    and access them directly:

     SDL::Audio::AUDIO_S16SYS;
     
     
    @@ -326,4 +327,9 @@ function is not running. Do not call this from the callback function or you will

    Shuts down audio processing and closes the audio device.

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + +
    \ No newline at end of file