X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pages%2FSDL-Mixer.html-inc;fp=pages%2FSDL-Mixer.html-inc;h=4c04743573ddfe4661ecea9cb849201bbe2dda68;hb=1dbe16975541da864f8bfa5169c89a2ab8893bf2;hp=064cb6624d749821c5c9088e4cbe6480c8799da4;hpb=d16cf6099f200163fdcf578d0cfd25896fbda759;p=sdlgit%2FSDL-Site.git diff --git a/pages/SDL-Mixer.html-inc b/pages/SDL-Mixer.html-inc index 064cb66..4c04743 100644 --- a/pages/SDL-Mixer.html-inc +++ b/pages/SDL-Mixer.html-inc @@ -177,7 +177,7 @@ error code when they fail. The result will be a horrible staticy noise. You can of SDL should take this parameter only as a hint, then read back the value that the OS (for example, OSS or ALSA) has chosen to use in case the desired audio type is not supported.

Note: When already initialized, this function will not re-initialize SDL_mixer, nor fail. It will merely increment the number of times -SDL::Mixer::close_audio must be called to actually get it to uninitialize. This serves as a very simplistic method for multiple application +SDL::Mixer::close_audio must be called to actually get it to uninitialize. This serves as a very simplistic method for multiple application components to use SDL_mixer without necessitating a great deal of inter-component awareness. Be warned however that in such a situation, the latest components to initialize SDL_mixer will probably not get the SDL_mixer settings they're expecting.

Example:

@@ -221,7 +221,7 @@ This function returns 1 as first array element (status) if the audio has been op

AUTHORS

Top

-

See AUTHORS in SDL.

+

See /SDL.html#AUTHORS.

\ No newline at end of file