This is a demo about how to use android MediaRecorder to record video..
MediaVideoRecord is hosted in the following web site
https://github.com/courysky/MediaVideoRecord
If you think the Android project MediaVideoRecord 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 MediaVideoRecord.
Item | Value |
---|---|
Java File Count | 2 |
Supported screen sizes | [hdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 11 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.CAMERA android.permission.MOUNT_UNMOUNT_FILESYSTEMS android.permission.RECORD_AUDIO android.permission.WRITE_EXTERNAL_STORAGE |
There are 4 image files in MediaVideoRecord. The names of the image files are listed as follows.
video_record_cancel_normal.png video_record_done_normal.png video_record_start_normal.png video_record_start_pressed.png
The following screenshort is generated from the image listed above.
MediaVideoRecord has the following Java source files.
com.yaojian.mediavideorecord.IndexActivity.java com.yaojian.mediavideorecord.VideoActivity.java