Channel.fadeOutAll

Acts as Mix_FadeOutChannel(-1, fadeMs) which performs fade-out for whatever chunks are playing in all channels

class Channel
static @trusted
void
fadeOutAll
(
uint fadeMs
)

Parameters

fadeMs uint

number of milliseconds to fade-out before fully halting

Meta