Android demo for playback and capture of Audio and Video.
android-audio-video-demo is hosted in the following web site
https://github.com/codepath/android-audio-video-demo
If you think the Android project android-audio-video-demo 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 android-audio-video-demo.
Item | Value |
---|---|
Java File Count | 3 |
Target SDK Version | 19 |
Minimum SDK Version | 10 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET android.permission.RECORD_AUDIO android.permission.WRITE_EXTERNAL_STORAGE |
Raw File Names | res\raw\sample_audio.mp3 res\raw\small_video.mp4 |
android-audio-video-demo has the following Java source files.
com.codepath.examples.audiovideodemo.AudioActivity.java com.codepath.examples.audiovideodemo.MainActivity.java com.codepath.examples.audiovideodemo.VideoActivity.java