public int PauseEffect(int soundId) { if (mEngine == null) { return(0); } return(mEngine.PauseEffect(soundId)); }