Function Channel.fadeOut
Wraps Mix_FadeOutChannel which performs fade-out for whatever chunk is playing in the channel
void fadeOut
(
uint fadeMs
) @trusted const;
Parameters
| Name | Description |
|---|---|
| fadeMs | number of milliseconds to fade-out before fully halting |