捕捉视频 [英] To capture the video

查看:70
本文介绍了捕捉视频的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我要录制设备上当前正在播放的视频.单击该按钮时应该有一些按钮,然后它将在sdcard上录制当前正在播放的视频.

I want to record the video which is playing currently on my device.There should be some button when I will click on it then it will record the currently playing video on sdcard

推荐答案

您可以尝试一些有用的工具(download.cnet.com/windows/video-capture-software/)来捕获视频.
You can try some useful tools (download.cnet.com/windows/video-capture-software/) to capture the video.


在事件中使用此功能

Intent cameraIntent =新的Intent(android.provider.MediaStore.ACTION_VIDEO_CAPTURE);
startActivity(cameraIntent);
use this on event

Intent cameraIntent = new Intent(android.provider.MediaStore.ACTION_VIDEO_CAPTURE);
startActivity(cameraIntent);


这篇关于捕捉视频的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆