加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README 2.35 KB
一键复制 编辑 原始数据 按行查看 历史
James.Sun 提交于 2015-05-18 16:42 . copy from google code
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化