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