資源簡介
支持閃光燈、前置、后置攝像頭拍攝,有預(yù)覽功能,非常不錯
代碼片段和文件信息
package?com.qd.recorder;
import?android.os.Environment;
public?class?CONSTANTS?{
public?final?static?String?metaDATA_REQUEST_BUNDLE_TAG?=?“requestmetaData“;
public?final?static?String?FILE_START_NAME?=?“VMS_“;
public?final?static?String?VIDEO_EXTENSION?=?“.mp4“;
public?final?static?String?IMAGE_EXTENSION?=?“.jpg“;
public?final?static?String?DCIM_FOLDER?=?“/DCIM“;
public?final?static?String?CAMERA_FOLDER?=?“/video“;
public?final?static?String?TEMP_FOLDER?=?“/Temp“;
public?final?static?String?CAMERA_FOLDER_PATH?=?Environment.getExternalStorageDirectory().toString()?+?CONSTANTS.DCIM_FOLDER?+?CONSTANTS.CAMERA_FOLDER;
public?final?static?String?TEMP_FOLDER_PATH?=?Environment.getExternalStorageDirectory().toString()?+?CONSTANTS.DCIM_FOLDER?+?CONSTANTS.CAMERA_FOLDER?+?CONSTANTS.TEMP_
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-06-20?02:22??VideoRecorder-master\
?????文件?????????332??2014-06-20?02:22??VideoRecorder-master\.gitignore
?????目錄???????????0??2014-06-20?02:22??VideoRecorder-master\.settings\
?????文件?????????244??2014-06-20?02:22??VideoRecorder-master\.settings\org.eclipse.core.resources.prefs
?????文件????????1865??2014-06-20?02:22??VideoRecorder-master\AndroidManifest.xm
?????文件???????35120??2014-06-20?02:22??VideoRecorder-master\LICENSE
?????文件?????????996??2014-06-20?02:22??VideoRecorder-master\README.md
?????文件???????51394??2014-06-20?02:22??VideoRecorder-master\ic_launcher-web.png
?????目錄???????????0??2014-06-20?02:22??VideoRecorder-master\img\
?????文件??????102987??2014-06-20?02:22??VideoRecorder-master\img\Screenshot_2014-03-22-22-07-35.png
?????文件??????101084??2014-06-20?02:22??VideoRecorder-master\img\Screenshot_2014-03-22-22-07-49.png
?????文件??????101407??2014-06-20?02:22??VideoRecorder-master\img\Screenshot_2014-03-22-22-07-58.png
?????文件??????101618??2014-06-20?02:22??VideoRecorder-master\img\Screenshot_2014-03-22-22-08-08.png
?????文件???????62695??2014-06-20?02:22??VideoRecorder-master\img\Screenshot_2014-03-22-22-08-18.png
?????文件??????223232??2014-06-20?02:22??VideoRecorder-master\img\Thumbs.db
?????目錄???????????0??2014-06-20?02:22??VideoRecorder-master\libs\
?????文件??????385685??2014-06-20?02:22??VideoRecorder-master\libs\android-support-v4.jar
?????目錄???????????0??2014-06-20?02:22??VideoRecorder-master\libs\armeabi\
?????文件?????8618672??2014-06-20?02:22??VideoRecorder-master\libs\armeabi\libavcodec.so
?????文件??????813784??2014-06-20?02:22??VideoRecorder-master\libs\armeabi\libavfilter.so
?????文件?????1440292??2014-06-20?02:22??VideoRecorder-master\libs\armeabi\libavformat.so
?????文件??????279932??2014-06-20?02:22??VideoRecorder-master\libs\armeabi\libavutil.so
?????文件???????13436??2014-06-20?02:22??VideoRecorder-master\libs\armeabi\libcheckneon.so
?????文件???????13432??2014-06-20?02:22??VideoRecorder-master\libs\armeabi\libffmpeginvoke.so
?????文件??????611740??2014-06-20?02:22??VideoRecorder-master\libs\armeabi\libjniavcodec.so
?????文件??????349596??2014-06-20?02:22??VideoRecorder-master\libs\armeabi\libjniavfilter.so
?????文件??????476572??2014-06-20?02:22??VideoRecorder-master\libs\armeabi\libjniavformat.so
?????文件??????497052??2014-06-20?02:22??VideoRecorder-master\libs\armeabi\libjniavutil.so
?????文件??????668920??2014-06-20?02:22??VideoRecorder-master\libs\armeabi\libjniopencv_core.so
?????文件??????349432??2014-06-20?02:22??VideoRecorder-master\libs\armeabi\libjniopencv_imgproc.so
?????文件??????112028??2014-06-20?02:22??VideoRecorder-master\libs\armeabi\libjniswresample.so
............此處省略113個文件信息
評論
共有 條評論