reserveChannels

Wraps Mix_ReserveChannels which reserves the first track channels managed by SDL_mixer for the application

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

Parameters

channels uint

amount of the first track channels to reserve (not the same as device channels)

Meta