Function allocateChannels
Wraps Mix_AllocateChannels which changes the amount of track channels managed by SDL_mixer
void allocateChannels
(
uint channels
) @trusted;
Parameters
| Name | Description |
|---|---|
| channels | new amount of track channels (not the same as device channels) |