[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
int Mix_HaltGroup(int tag)
Mix_HaltChannel(-1)
for that instead.
Halt playback on all channels in group tag.
Any callback set by Mix_ChannelFinished
will be called once for each channel that stops.
Returns: always returns zero. (more silly than Mix_HaltChannel)
|
See Also:
4.4.8 Mix_FadeOutGroup,
4.3.9 Mix_HaltChannel,
4.3.12 Mix_ChannelFinished