代码拉取完成,页面将自动刷新
OpenMXPlayer Audio player for Android
http://www.pocketmagic.net
The source code can be obtained at http://code.google.com/p/openmxplayer-android/
This is a port of the "OpenMXPlayer" open source library to Android platform.
COPYRIGHTS
==========
For this software the following license applies:
******************************************************************************
** OpenMXPlayer - Audio player for Android
** Copyright (C) 2009 - 2014 Radu Motisan, radu.motisan@gmail.com
**
** This file is a part of "OpenMXPlayer" open source library.
**
** OpenMXPlayer 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 3 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, see <http://www.gnu.org/licenses/>.
******************************************************************************
OVERVIEW
========
The project contains two modules:
- OpenMXPlayer - the library, the "decoder"
- OpenMXPlayerDemo - a simple project that illustrates how to use the player library, the "player"
The "decoder" module contains the Java code used for wrapping
the underlying decoding algorithms (which is currently based on MediaCodec but it could be easily changed).
The "player" module is an example how to use the "decoder" library in your
project.
INSTALLING
==========
Requirements:
- Android SDK - at least platform 16 (Android 4.1 / JellyBean)
Compiling:
----------
1) open the "decoder" and the "player" projects in your Android IDE and compile it
3) install the APK on the emulator or a device:
adb install OpenMXPlayerDemo.apk
USING THE OpenMXPlayer LIBRARY FOR OTHER PROJECTS
================================================
Preparing:
----------
You must copy both Java JAR to your project's "libs" directory:
$ cp -R OpenMxPlayer/libs <your_android_project>/libs
Using:
------
Please look at the example activity using the decoder
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。