[Android] libvlc: remove MediaList singletons

Thomas Guillem git at videolan.org
Mon Jan 5 17:58:39 CET 2015


vlc-ports/android | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon Jan  5 15:17:05 2015 +0100| [4246cfd46f71f1e22af94f1ed4bccac19700ac5f] | committer: Thomas Guillem

libvlc: remove MediaList singletons

Add MediaListPlayer: a wrapper that handle MediaList and play items of the
list.

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=4246cfd46f71f1e22af94f1ed4bccac19700ac5f
---

 libvlc/src/org/videolan/libvlc/EventHandler.java   |    2 -
 libvlc/src/org/videolan/libvlc/LibVLC.java         |   54 +--------
 libvlc/src/org/videolan/libvlc/MediaList.java      |   22 ----
 .../src/org/videolan/libvlc/MediaListPlayer.java   |   89 ++++++++++++++
 .../src/org/videolan/vlc/audio/AudioService.java   |  125 +++++++++++---------
 .../videolan/vlc/audio/AudioServiceController.java |   10 +-
 .../org/videolan/vlc/gui/audio/AudioPlayer.java    |   26 ++--
 .../vlc/gui/video/VideoPlayerActivity.java         |   15 ++-
 .../org/videolan/vlc/interfaces/IAudioService.aidl |    2 +
 9 files changed, 191 insertions(+), 154 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commitdiff;h=4246cfd46f71f1e22af94f1ed4bccac19700ac5f


More information about the Android mailing list