コード例 #1
0
 public void stopPlay() {
   if (splayer != null && !splayer.isStop()) splayer.stopPlay();
   status = STOPPED;
 }