getAudioDeviceNames

Acts as SDL_GetNumAudioDevices(0) and SDL_GetAudioDeviceName(..., 0) which return a name list of available non-capturing audio devices

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

Return Value

Type: const(string[])

names of the available non-capturing audio devices

Throws

dsdl2.SDLException if failed to get the available non-capturing audio devices

Meta