Results 1 - 5 of 5 results out of about 6837 pages. (4.04 seconds)
- SDL_GetAudioStatus . . . 3 matches
- ...a legacy means of querying the audio device. New programs might want to use [[SDL_GetAudioDeviceStatus]]() instead.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_Audi...
- SDL_AudioStatus . . . 2 matches
- ...s ==
{{{#!highlight cpp
void printStatus(SDL_AudioDeviceID dev)
{
switch (SDL_GetAudioDeviceStatus(dev))
{
case SDL_AUDIO_STOPPED: printf("stopped\n"); break;
...
- SGFunctions . . . 1 match
- ...>>and omit the call to SDL_GetError().||
||''Example'': only 1 return state [[SDL_GetAudioDeviceStatus]](); alternate return state [[SDL_QuitRequested]]()||
||||<bgcolor="#EDEDED...
- 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...
