[Android] libvlc: add VLCObject
Thomas Guillem
git at videolan.org
Tue Jan 20 12:05:45 CET 2015
vlc-ports/android | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Jan 15 18:28:56 2015 +0100| [3b78beb7d079857a86af7fe9d292be25cf47d687] | committer: Thomas Guillem
libvlc: add VLCObject
Base class for all future VLC objects: Media, MediaList, MediaDiscoverer, and
MediaPlayer in the future.
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=3b78beb7d079857a86af7fe9d292be25cf47d687
---
libvlc/jni/Android.mk | 2 +
libvlc/jni/java_event_thread.c | 154 ++++++++++++++++++
libvlc/jni/java_event_thread.h | 43 +++++
libvlc/jni/libvlcjni-vlcobject.c | 178 +++++++++++++++++++++
libvlc/jni/libvlcjni-vlcobject.h | 83 ++++++++++
libvlc/jni/libvlcjni.c | 61 ++++++-
libvlc/jni/utils.h | 19 +++
libvlc/src/org/videolan/libvlc/VLCObject.java | 213 +++++++++++++++++++++++++
8 files changed, 752 insertions(+), 1 deletion(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commitdiff;h=3b78beb7d079857a86af7fe9d292be25cf47d687
More information about the Android
mailing list