[Android] Integrate DisplayManagaer to LibVLC
Geoffrey Métais
git at videolan.org
Tue Oct 30 12:00:01 CET 2018
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Oct 26 15:16:07 2018 +0200| [c0bf4319656b2e7b2cac407e78d5b64360d27142] | committer: Geoffrey Métais
Integrate DisplayManagaer to LibVLC
> https://code.videolan.org/videolan/vlc-android/commit/c0bf4319656b2e7b2cac407e78d5b64360d27142
---
libvlc/build.gradle | 7 +-
.../res/layout/player_remote.xml | 2 +-
libvlc/res/layout/surface_view.xml | 5 +
libvlc/res/layout/texture_view.xml | 5 +
libvlc/res/layout/vlc_video_layout.xml | 29 +++
.../org/videolan/libvlc/util/DisplayManager.java | 211 +++++++++++++++++++++
.../org/videolan/libvlc/util/VLCVideoLayout.java | 52 +++++
.../org/videolan/vlc/gui/video/DisplayManager.kt | 169 -----------------
.../vlc/gui/video/VideoPlayerActivity.java | 50 ++---
9 files changed, 334 insertions(+), 196 deletions(-)
Diff: https://code.videolan.org/videolan/vlc-android/commit/c0bf4319656b2e7b2cac407e78d5b64360d27142
More information about the Android
mailing list