Esempio n. 1
0
 private void pause() {
   setUpRemoteControlClient();
   mHandler.removeMessages(SHOW_PROGRESS);
   // hideNotification(); <-- see event handler
   mLibVLC.pause();
 }
Esempio n. 2
0
 public void onPausePlayback() {
   Log.v(TAG, Logging.getCurrentMethodName());
   mLatestCommand = FromLogicToPlayer.PAUSE;
   mLibVlcInstance.pause();
 }