标签:VID 图片 size start display put tabs 分享图片 androi
//mRecorder.setVideoSize(320, 280); // mRecorder.setVideoFrameRate(5); mRecorder.setOutputFile(viodFile.getAbsolutePath()); // 指定SurfaceView来预览视频 mRecorder.setPreviewDisplay(sView.getHolder().getSurface()); mRecorder.prepare(); // 开始录制
注释掉这两句
//mRecorder.setVideoSize(320, 280); // mRecorder.setVideoFrameRate(5);
Android 视频录制 java.lang.RuntimeException: start failed.
标签:VID 图片 size start display put tabs 分享图片 androi
原文地址:https://www.cnblogs.com/zhujiabin/p/9036434.html