Channel.fadeOut

Wraps Mix_FadeOutChannel which performs fade-out for whatever chunk is playing in the channel

class Channel
const @trusted
void
fadeOut
(
uint fadeMs
)

Parameters

fadeMs uint

number of milliseconds to fade-out before fully halting

Meta