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