From: https://developer.android.com/samples/BasicMediaDecoder/index.html converted to work with Android Studio 0.8.2.
BasicMediaDecoder is hosted in the following web site
https://github.com/japuzzo/BasicMediaDecoder
If you think the Android project BasicMediaDecoder 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 BasicMediaDecoder.
Item | Value |
---|---|
Java File Count | 4 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Minimum SDK Version | 17 |
Activity Count | 1 |
Raw File Names | res\raw\vid_bigbuckbunny.mp4 |
There are 2 image files in BasicMediaDecoder. The names of the image files are listed as follows.
ic_action_play.png ic_action_play_disabled.png
The following screenshort is generated from the image listed above.
BasicMediaDecoder has the following Java source files.
com.example.android.basicmediadecoder.BuildConfig.java com.example.android.basicmediadecoder.MainActivity.java com.example.android.common.media.CameraHelper.java com.example.android.common.media.MediaCodecWrapper.java