cocos2d-x for xna 的音效问题

soundId = sharedEffect.playEffect(“Sounds/1137”);
sharedEffect.stopEffect(soundId);
代码如上,程序执行了上面的代码,为什么音效没有停止啊?