示例#1
0
 void resumePlayThread() {
   synchronized (playThread) {
     setPaused(false);
     playThread.notify();
   }
 }