文件名称:WeChatVideoRecorder-master
介绍说明--下载内容来自于网络,使用问题请自行百度
仿照微信的短视频录制、播放功能,源码实现基本功能,提供参考-Modeled on the micro-channel short video recording, playback
Source code to achieve the basic functions, provide a reference
Source code to achieve the basic functions, provide a reference
(系统自动生成,下载前可以参看下载内容)
下载文件列表
WeChatVideoRecorder-master/
WeChatVideoRecorder-master/.gitattributes
WeChatVideoRecorder-master/.gitignore
WeChatVideoRecorder-master/README.md
WeChatVideoRecorder-master/WeChatVideoRecorder.iml
WeChatVideoRecorder-master/app/
WeChatVideoRecorder-master/app/.gitignore
WeChatVideoRecorder-master/app/app.iml
WeChatVideoRecorder-master/app/build.gradle
WeChatVideoRecorder-master/app/proguard-rules.pro
WeChatVideoRecorder-master/app/src/
WeChatVideoRecorder-master/app/src/androidTest/
WeChatVideoRecorder-master/app/src/androidTest/java/
WeChatVideoRecorder-master/app/src/androidTest/java/info/
WeChatVideoRecorder-master/app/src/androidTest/java/info/smemo/
WeChatVideoRecorder-master/app/src/androidTest/java/info/smemo/wechatvideorecorder/
WeChatVideoRecorder-master/app/src/androidTest/java/info/smemo/wechatvideorecorder/ApplicationTest.java
WeChatVideoRecorder-master/app/src/main/
WeChatVideoRecorder-master/app/src/main/AndroidManifest.xml
WeChatVideoRecorder-master/app/src/main/java/
WeChatVideoRecorder-master/app/src/main/java/info/
WeChatVideoRecorder-master/app/src/main/java/info/smemo/
WeChatVideoRecorder-master/app/src/main/java/info/smemo/wechatvideorecorder/
WeChatVideoRecorder-master/app/src/main/java/info/smemo/wechatvideorecorder/MainActivity.java
WeChatVideoRecorder-master/app/src/main/java/info/smemo/wechatvideorecorder/PhoneManager.java
WeChatVideoRecorder-master/app/src/main/java/info/smemo/wechatvideorecorder/PhoneUtil.java
WeChatVideoRecorder-master/app/src/main/java/info/smemo/wechatvideorecorder/StringUtil.java
WeChatVideoRecorder-master/app/src/main/java/info/smemo/wechatvideorecorder/VideoRecordActivity.java
WeChatVideoRecorder-master/app/src/main/java/info/smemo/wechatvideorecorder/VideoRecorderView.java
WeChatVideoRecorder-master/app/src/main/res/
WeChatVideoRecorder-master/app/src/main/res/drawable-xxhdpi/
WeChatVideoRecorder-master/app/src/main/res/drawable-xxhdpi/ic_play_action_normal.png
WeChatVideoRecorder-master/app/src/main/res/drawable-xxhdpi/ic_play_action_pressed.png
WeChatVideoRecorder-master/app/src/main/res/drawable-xxhdpi/video_bg.png
WeChatVideoRecorder-master/app/src/main/res/drawable-xxhdpi/video_button.png
WeChatVideoRecorder-master/app/src/main/res/drawable-xxhdpi/video_ok.png
WeChatVideoRecorder-master/app/src/main/res/drawable/
WeChatVideoRecorder-master/app/src/main/res/drawable/ic_play_action.xml
WeChatVideoRecorder-master/app/src/main/res/drawable/video_progress_color_left.xml
WeChatVideoRecorder-master/app/src/main/res/drawable/video_progress_color_right.xml
WeChatVideoRecorder-master/app/src/main/res/layout/
WeChatVideoRecorder-master/app/src/main/res/layout/activity_main.xml
WeChatVideoRecorder-master/app/src/main/res/layout/activity_record.xml
WeChatVideoRecorder-master/app/src/main/res/layout/ui_recorder.xml
WeChatVideoRecorder-master/app/src/main/res/menu/
WeChatVideoRecorder-master/app/src/main/res/menu/menu_main.xml
WeChatVideoRecorder-master/app/src/main/res/mipmap-hdpi/
WeChatVideoRecorder-master/app/src/main/res/mipmap-hdpi/ic_launcher.png
WeChatVideoRecorder-master/app/src/main/res/mipmap-mdpi/
WeChatVideoRecorder-master/app/src/main/res/mipmap-mdpi/ic_launcher.png
WeChatVideoRecorder-master/app/src/main/res/mipmap-xhdpi/
WeChatVideoRecorder-master/app/src/main/res/mipmap-xhdpi/ic_launcher.png
WeChatVideoRecorder-master/app/src/main/res/mipmap-xxhdpi/
WeChatVideoRecorder-master/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
WeChatVideoRecorder-master/app/src/main/res/values-w820dp/
WeChatVideoRecorder-master/app/src/main/res/values-w820dp/dimens.xml
WeChatVideoRecorder-master/app/src/main/res/values/
WeChatVideoRecorder-master/app/src/main/res/values/dimens.xml
WeChatVideoRecorder-master/app/src/main/res/values/strings.xml
WeChatVideoRecorder-master/app/src/main/res/values/styles.xml
WeChatVideoRecorder-master/build.gradle
WeChatVideoRecorder-master/gradle.properties
WeChatVideoRecorder-master/gradle/
WeChatVideoRecorder-master/gradle/wrapper/
WeChatVideoRecorder-master/gradle/wrapper/gradle-wrapper.jar
WeChatVideoRecorder-master/gradle/wrapper/gradle-wrapper.properties
WeChatVideoRecorder-master/gradlew
WeChatVideoRecorder-master/gradlew.bat
WeChatVideoRecorder-master/settings.gradle
WeChatVideoRecorder-master/.gitattributes
WeChatVideoRecorder-master/.gitignore
WeChatVideoRecorder-master/README.md
WeChatVideoRecorder-master/WeChatVideoRecorder.iml
WeChatVideoRecorder-master/app/
WeChatVideoRecorder-master/app/.gitignore
WeChatVideoRecorder-master/app/app.iml
WeChatVideoRecorder-master/app/build.gradle
WeChatVideoRecorder-master/app/proguard-rules.pro
WeChatVideoRecorder-master/app/src/
WeChatVideoRecorder-master/app/src/androidTest/
WeChatVideoRecorder-master/app/src/androidTest/java/
WeChatVideoRecorder-master/app/src/androidTest/java/info/
WeChatVideoRecorder-master/app/src/androidTest/java/info/smemo/
WeChatVideoRecorder-master/app/src/androidTest/java/info/smemo/wechatvideorecorder/
WeChatVideoRecorder-master/app/src/androidTest/java/info/smemo/wechatvideorecorder/ApplicationTest.java
WeChatVideoRecorder-master/app/src/main/
WeChatVideoRecorder-master/app/src/main/AndroidManifest.xml
WeChatVideoRecorder-master/app/src/main/java/
WeChatVideoRecorder-master/app/src/main/java/info/
WeChatVideoRecorder-master/app/src/main/java/info/smemo/
WeChatVideoRecorder-master/app/src/main/java/info/smemo/wechatvideorecorder/
WeChatVideoRecorder-master/app/src/main/java/info/smemo/wechatvideorecorder/MainActivity.java
WeChatVideoRecorder-master/app/src/main/java/info/smemo/wechatvideorecorder/PhoneManager.java
WeChatVideoRecorder-master/app/src/main/java/info/smemo/wechatvideorecorder/PhoneUtil.java
WeChatVideoRecorder-master/app/src/main/java/info/smemo/wechatvideorecorder/StringUtil.java
WeChatVideoRecorder-master/app/src/main/java/info/smemo/wechatvideorecorder/VideoRecordActivity.java
WeChatVideoRecorder-master/app/src/main/java/info/smemo/wechatvideorecorder/VideoRecorderView.java
WeChatVideoRecorder-master/app/src/main/res/
WeChatVideoRecorder-master/app/src/main/res/drawable-xxhdpi/
WeChatVideoRecorder-master/app/src/main/res/drawable-xxhdpi/ic_play_action_normal.png
WeChatVideoRecorder-master/app/src/main/res/drawable-xxhdpi/ic_play_action_pressed.png
WeChatVideoRecorder-master/app/src/main/res/drawable-xxhdpi/video_bg.png
WeChatVideoRecorder-master/app/src/main/res/drawable-xxhdpi/video_button.png
WeChatVideoRecorder-master/app/src/main/res/drawable-xxhdpi/video_ok.png
WeChatVideoRecorder-master/app/src/main/res/drawable/
WeChatVideoRecorder-master/app/src/main/res/drawable/ic_play_action.xml
WeChatVideoRecorder-master/app/src/main/res/drawable/video_progress_color_left.xml
WeChatVideoRecorder-master/app/src/main/res/drawable/video_progress_color_right.xml
WeChatVideoRecorder-master/app/src/main/res/layout/
WeChatVideoRecorder-master/app/src/main/res/layout/activity_main.xml
WeChatVideoRecorder-master/app/src/main/res/layout/activity_record.xml
WeChatVideoRecorder-master/app/src/main/res/layout/ui_recorder.xml
WeChatVideoRecorder-master/app/src/main/res/menu/
WeChatVideoRecorder-master/app/src/main/res/menu/menu_main.xml
WeChatVideoRecorder-master/app/src/main/res/mipmap-hdpi/
WeChatVideoRecorder-master/app/src/main/res/mipmap-hdpi/ic_launcher.png
WeChatVideoRecorder-master/app/src/main/res/mipmap-mdpi/
WeChatVideoRecorder-master/app/src/main/res/mipmap-mdpi/ic_launcher.png
WeChatVideoRecorder-master/app/src/main/res/mipmap-xhdpi/
WeChatVideoRecorder-master/app/src/main/res/mipmap-xhdpi/ic_launcher.png
WeChatVideoRecorder-master/app/src/main/res/mipmap-xxhdpi/
WeChatVideoRecorder-master/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
WeChatVideoRecorder-master/app/src/main/res/values-w820dp/
WeChatVideoRecorder-master/app/src/main/res/values-w820dp/dimens.xml
WeChatVideoRecorder-master/app/src/main/res/values/
WeChatVideoRecorder-master/app/src/main/res/values/dimens.xml
WeChatVideoRecorder-master/app/src/main/res/values/strings.xml
WeChatVideoRecorder-master/app/src/main/res/values/styles.xml
WeChatVideoRecorder-master/build.gradle
WeChatVideoRecorder-master/gradle.properties
WeChatVideoRecorder-master/gradle/
WeChatVideoRecorder-master/gradle/wrapper/
WeChatVideoRecorder-master/gradle/wrapper/gradle-wrapper.jar
WeChatVideoRecorder-master/gradle/wrapper/gradle-wrapper.properties
WeChatVideoRecorder-master/gradlew
WeChatVideoRecorder-master/gradlew.bat
WeChatVideoRecorder-master/settings.gradle
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
