資源簡介
這是一個Android上的自定義錄像機demo。這個demo實現了橫屏(全屏)模式下的錄像,并帶有自動對焦功能。并且可以查看錄制好的.mp4文件。 這也是我在csdn的博客《Android自定義錄像(一)之錄像功能實現(附demo源碼)》的demo源代碼。博客中有對源碼的使用和原理作介紹并有截圖。
代碼片段和文件信息
package?com.alanjet.videorecordertest;
import?android.app.Application;
import?android.test.ApplicationTestCase;
/**
?*?Testing?Fundamentals
?*/
public?class?ApplicationTest?extends?ApplicationTestCase?{
????public?ApplicationTest()?{
????????super(Application.class);
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-05-13?15:00??VideoRecorderTest-master\
?????文件???????11357??2017-05-13?15:00??VideoRecorderTest-master\LICENSE
?????文件?????????386??2017-05-13?15:00??VideoRecorderTest-master\README.md
?????目錄???????????0??2017-05-13?15:00??VideoRecorderTest-master\VideoRecorderTest\
?????文件??????????97??2017-05-13?15:00??VideoRecorderTest-master\VideoRecorderTest\.gitignore
?????目錄???????????0??2017-05-13?15:00??VideoRecorderTest-master\VideoRecorderTest\.idea\
?????文件??????????17??2017-05-13?15:00??VideoRecorderTest-master\VideoRecorderTest\.idea\.name
?????文件?????????686??2017-05-13?15:00??VideoRecorderTest-master\VideoRecorderTest\.idea\compiler.xm
?????目錄???????????0??2017-05-13?15:00??VideoRecorderTest-master\VideoRecorderTest\.idea\copyright\
?????文件??????????74??2017-05-13?15:00??VideoRecorderTest-master\VideoRecorderTest\.idea\copyright\profiles_settings.xm
?????文件?????????159??2017-05-13?15:00??VideoRecorderTest-master\VideoRecorderTest\.idea\encodings.xm
?????文件?????????626??2017-05-13?15:00??VideoRecorderTest-master\VideoRecorderTest\.idea\gradle.xm
?????文件????????2932??2017-05-13?15:00??VideoRecorderTest-master\VideoRecorderTest\.idea\misc.xm
?????文件?????????371??2017-05-13?15:00??VideoRecorderTest-master\VideoRecorderTest\.idea\modules.xm
?????文件?????????564??2017-05-13?15:00??VideoRecorderTest-master\VideoRecorderTest\.idea\runConfigurations.xm
?????目錄???????????0??2017-05-13?15:00??VideoRecorderTest-master\VideoRecorderTest\app\
?????文件???????????7??2017-05-13?15:00??VideoRecorderTest-master\VideoRecorderTest\app\.gitignore
?????文件?????????805??2017-05-13?15:00??VideoRecorderTest-master\VideoRecorderTest\app\build.gradle
?????文件?????????645??2017-05-13?15:00??VideoRecorderTest-master\VideoRecorderTest\app\proguard-rules.pro
?????目錄???????????0??2017-05-13?15:00??VideoRecorderTest-master\VideoRecorderTest\app\src\
?????目錄???????????0??2017-05-13?15:00??VideoRecorderTest-master\VideoRecorderTest\app\src\androidTest\
?????目錄???????????0??2017-05-13?15:00??VideoRecorderTest-master\VideoRecorderTest\app\src\androidTest\java\
?????目錄???????????0??2017-05-13?15:00??VideoRecorderTest-master\VideoRecorderTest\app\src\androidTest\java\com\
?????目錄???????????0??2017-05-13?15:00??VideoRecorderTest-master\VideoRecorderTest\app\src\androidTest\java\com\alanjet\
?????目錄???????????0??2017-05-13?15:00??VideoRecorderTest-master\VideoRecorderTest\app\src\androidTest\java\com\alanjet\videorecordertest\
?????文件?????????360??2017-05-13?15:00??VideoRecorderTest-master\VideoRecorderTest\app\src\androidTest\java\com\alanjet\videorecordertest\ApplicationTest.java
?????目錄???????????0??2017-05-13?15:00??VideoRecorderTest-master\VideoRecorderTest\app\src\main\
?????文件????????1159??2017-05-13?15:00??VideoRecorderTest-master\VideoRecorderTest\app\src\main\AndroidManifest.xm
?????目錄???????????0??2017-05-13?15:00??VideoRecorderTest-master\VideoRecorderTest\app\src\main\java\
?????目錄???????????0??2017-05-13?15:00??VideoRecorderTest-master\VideoRecorderTest\app\src\main\java\com\
?????目錄???????????0??2017-05-13?15:00??VideoRecorderTest-master\VideoRecorderTest\app\src\main\java\com\alanjet\
............此處省略53個文件信息
評論
共有 條評論