Results 1 - 6 of 6 results out of about 6838 pages. (3.75 seconds)
- SDL_CloseAudio . . . 6 matches
- ...
= SDL_CloseAudio =
This function is a legacy means of closing the audio device. New programs might want to use [[SDL_CloseAudioDevice]]() instead.
<<TableOfContents()>>
== Synta...
- SDL_OpenAudioDevice . . . 2 matches
- ... SDL_Delay(5000); /* let the audio callback play some sound for 5 seconds. */
SDL_CloseAudioDevice(dev);
}
}}}
== Remarks ==
[[SDL_OpenAudio]](), unlike this function, always...
- SDL_OpenAudio . . . 2 matches
- ... SDL_Delay(5000); /* let the audio callback play some sound for 5 seconds. */
SDL_CloseAudio();
}
}}}
== Remarks ==
This function remains for compatibility with SDL 1.2, but...
- SDL_LockAudioDevice . . . 1 match
- ...ely, your callback will never run, you might hear repeating bursts of audio, and [[SDL_CloseAudioDevice]]() will probably deadlock.
Internally, the audio device lock is a mutex; i...
- CategoryAudio . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= Audio Device Management and Audio Playback =
'''Include File(s):''' [[http://hg.libsdl.org/...
- CategoryAPI . . . 1 match
- ...##master-page:CategoryTemplate
##master-date:Unknown-Date
#format wiki
#language en
= SDL 2.0 API by Name =
<<TableOfContents()>>
== Hints ==
<<FullSearchCached(category:Catego...
