From 6459cb2db1d75aa89f70c5b57e1d8ccae40dd6ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=92=8B=E4=B8=9C=E5=9B=BD?= <765067602@qq.com> Date: Thu, 19 Oct 2017 13:03:29 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6eeeecf..530640c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Step 2. Add the dependency ``` dependencies { - compile 'com.github.jiangdongguo:AndroidUSBCamera:v1.0.3' + compile 'com.github.jiangdongguo:AndroidUSBCamera:v1.1.0' } ``` @@ -128,7 +128,7 @@ if( !mUSBManager.isRecording()){ mUSBManager.startRecording(videoPath, new AbstractUVCCameraHandler.OnEncodeResultListener() { @Override public void onEncodeResult(byte[] data, int offset, int length, long timestamp, int type) { -// type=0为视频流,type=1为音频流 +              // type=0为音频流,type=1为视频流 }); } // 停止录制