A very simple MediaPlayer which is based on Android MediaCodec API.
simple-mediaplayer-android is hosted in the following web site
https://github.com/dpolishuk/simple-mediaplayer-android
If you think the Android project simple-mediaplayer-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of simple-mediaplayer-android.
Item | Value |
---|---|
Java File Count | 3 |
Target SDK Version | 16 |
Minimum SDK Version | 16 |
Activity Count | 1 |
Required Permissions | android.permission.INTERNET |
simple-mediaplayer-android has the following Java source files.
io.dp.media.player.Const.java io.dp.media.player.MainActivity.java io.dp.media.player.Player.java