getChannels

Gets dsdl2.mixer.Channel proxy instances of the available audio channels provided by SDL_mixer

@safe @trusted
static if(bindSDLMixer)
const(Channel[])
getChannels
()

Return Value

Type: const(Channel[])

array of proxies to the available dsdl2.mixer.Channels

Throws

dsdl2.SDLException if failed to get the available audio channels

Meta