Android MediaCodec Example.
MediaCodecExample is hosted in the following web site
https://github.com/taehwandev/MediaCodecExample
If you think the Android project MediaCodecExample 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 MediaCodecExample.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 19 |
Minimum SDK Version | 16 |
Activity Count | 3 |
Fragment Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.READ_EXTERNAL_STORAGE |
MediaCodecExample has the following Java source files.
net.thdev.mediacodecexample.MainActivity.java net.thdev.mediacodecexample.decoder.AudioDecoderActivity.java net.thdev.mediacodecexample.decoder.AudioDecoderThread.java net.thdev.mediacodecexample.decoder.VideoDecoderActivity.java net.thdev.mediacodecexample.decoder.VideoDecoderThread.java