SoundRecorder.getAvailableDevices

Get a list of the names of all available audio capture devices.

This function returns an array of strings, containing the names of all available audio capture devices.

class SoundRecorder
static
const(string)[]
getAvailableDevices
(
)

Return Value

Type: const(string)[]

An array of strings containing the names.

Meta