getCapturingAudioDeviceNames

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

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

Return Value

Type: const(string[])

names of the available capturing audio devices

Throws

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

Meta