コード例 #1
0
 /**
  * The same as {@link #pause()}
  *
  * @throws IllegalStateException if the internal player engine has not been initialized.
  */
 public void stop() throws IllegalStateException {
   stayAwake(false);
   _stop();
 }