Mount Fuji Engine  0.8b
MF_API void MFSound_Pause ( MFVoice pVoice,
bool  pause = true 
)

Pause or resume playback of a sound.

Parameters
pVoiceThe voice to pause/resume.
pauseSpecifies weather to pause or resume playback. If pause is true, the sound will be paused, otherwise it will be resumed.
Returns
None.
See Also
MFSound_Play()