[Android] New class named MediaPlayer to mimick libVLC
Jean-Baptiste Kempf
git at videolan.org
Mon May 25 16:13:20 CEST 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun May 24 19:26:13 2015 +0200| [16406e6c039a857f452c13c577dfac9049c813c5] | committer: Jean-Baptiste Kempf
New class named MediaPlayer to mimick libVLC
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=16406e6c039a857f452c13c577dfac9049c813c5
---
libvlc/src/org/videolan/libvlc/MediaPlayer.java | 26 +++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/libvlc/src/org/videolan/libvlc/MediaPlayer.java b/libvlc/src/org/videolan/libvlc/MediaPlayer.java
new file mode 100644
index 0000000..f2fa670
--- /dev/null
+++ b/libvlc/src/org/videolan/libvlc/MediaPlayer.java
@@ -0,0 +1,26 @@
+/*****************************************************************************
+ * MediaPlayer.java
+ *****************************************************************************
+ * Copyright © 2015 VLC authors and VideoLAN
+ *
+ * Authors Jean-Baptiste Kempf <jb at videolan.org>
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2.1 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+ *****************************************************************************/
+
+package org.videolan.libvlc;
+
+public class MediaPlayer {
+}
More information about the Android
mailing list