Example #1
0
 public int ResumeEffect(int soundId)
 {
     if (mEngine == null)
     {
         return(0);
     }
     return(mEngine.ResumeEffect(soundId));
 }