[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

4.5.13 Mix_HaltMusic

int Mix_HaltMusic()

Halt playback of music. This interrupts music fader effects. Any callback set by Mix_HookMusicFinished will be called when the music stops.

Returns: always returns zero. (even more silly than Mix_HaltGroup)

 
// halt music playback
Mix_HaltMusic();

See Also:
4.5.14 Mix_FadeOutMusic, 4.5.15 Mix_HookMusicFinished



This document was generated on July, 29 2005 using texi2html