allocateChannels

Wraps Mix_AllocateChannels which changes the amount of track channels managed by SDL_mixer

@safe @trusted
static if(bindSDLMixer)
void
allocateChannels
()

Parameters

channels uint

new amount of track channels (not the same as device channels)

Meta