Function getAudioDrivers

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

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

Returns

names of the available audio drivers

Throws

dsdl2.SDLException if failed to get the available audio drivers