getAudioDrivers

Wraps SDL_GetNumAudioDrivers and SDL_GetAudioDriver which return a list of available audio drivers

@safe @trusted
const(string[])
getAudioDrivers
()

Return Value

Type: const(string[])

names of the available audio drivers

Throws

dsdl2.SDLException if failed to get the available audio drivers

Meta