예제 #1
0
 /*
  * Return the sampling rate of the sound.  Only works if the sound has been
  * created (i.e., the helper)
  */
 public int getSamplingRate() {
   return ((int) myHelper.getSamplingRate());
 }