SDL2.getAudioDevices

class SDL2
const(char)[][]
getAudioDevices
(
int type = 0
)

Return Value

Type: const(char)[][]

Available audio device names.

Bugs

SDL2 currently doesn't support recording, so it's best to call this without any arguments.

See Also

Meta