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

4.3.8 Mix_Resume

void Mix_Resume(int channel)

channel
Channel to resume playing, or -1 for all channels.

Unpause channel, or all playing and paused channels if -1 is passed in.

 
// resume playback on all previously active channels
Mix_Resume(-1);

See Also:
4.3.7 Mix_Pause, 4.3.14 Mix_Paused



This document was generated on November, 13 2009 using texi2html