[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
int Mix_FadeOutGroup(int tag, int ms)
Mix_FadeOutChannel(-1)
for that instead.
Gradually fade out channels in group tag over ms milliseconds starting from now.
The channels will be halted after the fade out is completed. Only channels that are playing are set to fade out, including paused channels.
Any callback set by Mix_ChannelFinished
will be called when each channel finishes fading out.
Returns: The number of channels set to fade out.
|
See Also:
4.4.9 Mix_HaltGroup,
4.3.11 Mix_FadeOutChannel,
4.3.15 Mix_FadingChannel,
4.3.12 Mix_ChannelFinished