Function Channel.fadeOutAll
Acts as Mix_FadeOutChannel(-1, fadeMs)
which performs fade-out for whatever chunks are playing in all channels
static void fadeOutAll
(
uint fadeMs
) @trusted;
Parameters
Name | Description |
---|---|
fadeMs | number of milliseconds to fade-out before fully halting |