我在我的 cocos2d-x 应用程序中使用了一些音效和背景音乐。当我尝试暂停使用
CocosDenshion::SimpleAudioEngine::getInstance()->pauseAllEffects()
它不会暂停声音。StopSounds 也不起作用
CocosDenshion::SimpleAudioEngine::getInstance()->stopAllEffects()
虽然 pauseBackgroundMusic() 工作正常。我是这样玩效果的:
CocosDenshion::SimpleAudioEngine::getInstance()->playEffect(fileName)
我也尝试通过获取效果 ID 并暂停该效果,但它也不起作用。