MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / SDL_GetCurrentAudioDriver

Function SDL_GetCurrentAudioDriver

deps/SDL2/src/audio/SDL_audio.c:1004–1008  ·  view source on GitHub ↗

* Get the current audio driver name */

Source from the content-addressed store, hash-verified

1002 * Get the current audio driver name
1003 */
1004const char *
1005SDL_GetCurrentAudioDriver()
1006{
1007 return current_audio.name;
1008}
1009
1010/* Clean out devices that we've removed but had to keep around for stability. */
1011static void

Callers 7

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
SDLTest_CommonInitFunction · 0.85

Calls

no outgoing calls

Tested by 7

mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
SDLTest_CommonInitFunction · 0.68