Guest User

Untitled

a guest
Nov 20th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. private void videoStop() {
  2. url.clear();
  3. resumePosition = 0;
  4. if (player != null && simpleExoPlayerView != null && simpleExoPlayerView.getPlayer() != null) {
  5. simpleExoPlayerView.setPlayer(null);
  6. player.stop(true);
  7. player.release();
  8. player = null;
  9. }
  10. }
Add Comment
Please, Sign In to add comment