pauseAllEffects()不会暂停声音

时间:2015-05-21 07:30:58

标签: c++ ios cocos2d-x simpleaudioengine

我在cocos2d-x应用中使用了一些音效和背景音乐。当我尝试暂停使用

CocosDenshion::SimpleAudioEngine::getInstance()->pauseAllEffects()

它不会暂停声音。 StopSounds也无法正常工作

CocosDenshion::SimpleAudioEngine::getInstance()->stopAllEffects()

虽然pauseBackgroundMusic()工作正常。 我正在以这种方式播放效果:

CocosDenshion::SimpleAudioEngine::getInstance()->playEffect(fileName)

我也尝试获得效果ID并暂停该效果,但它也不起作用。

0 个答案:

没有答案