Function reserveChannels
Wraps Mix_ReserveChannels
which reserves the first track channels managed by SDL_mixer for the application
void reserveChannels
(
uint channels
) @trusted;
Parameters
Name | Description |
---|---|
channels | amount of the first track channels to reserve (not the same as device channels) |