Function getCapturingAudioDeviceNames
Acts as SDL_GetNumAudioDevices(1)
and SDL_GetAudioDeviceName(..., 1)
which return a name list of available
capturing audio devices
const(string[]) getCapturingAudioDeviceNames() @trusted;
Returns
names of the available capturing audio devices
Throws
dsdl2
if failed to get the available capturing audio devices