[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
int Mix_ExpireChannel(int channel, int ticks)
Halt channel playback, or all channels if -1 is passed in, after ticks milliseconds.
Any callback set by Mix_ChannelFinished
will be called when the channel expires.
Returns: Number of channels set to expire. Whether or not they are active.
|
See Also:
4.3.9 Mix_HaltChannel,
4.3.11 Mix_FadeOutChannel,
4.3.12 Mix_ChannelFinished