android:使用默认视频播放器
我有一个播放视频文件的应用程序。
我一直在使用使用 Videoview
并手动启动 Videoview
来播放视频文件的代码。但是,我只是想知道是否可以使用android的默认媒体播放器或视频播放器,而不是创建或使用VideoView
来播放文件。
如果问题不清楚,请发表评论。
多谢
I have an application that plays video files.
I have been using code for using Videoview
and starting the Videoview
manually to play video files. However, I just wanted to know if I can use the default media player or video player of android rather than creating or using the VideoView
to play the file..
Please make comments if the question is not clear.
Thanks alot
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然 - 只需将
Intent
与文件Uri
结合使用即可。Sure - just use an
Intent
with the fileUri
.