如何最小化Android PhoneGap中视频播放器的大小?

发布于 2025-01-01 05:18:59 字数 125 浏览 0 评论 0 原文

我使用 Android PhoneGap 的视频播放器插件显示视频。视频由视频播放器完整显示 screen.我想在 haif screen 中显示视频。

如何更改视频播放器的大小?

请指导我。 提前致谢。

I display video using videoplayer plugin for android phonegap.The video disdplayed by videoplayer in full
screen.I want to display video in haif screen.

How I will change the size of videoplayer?

please guide me.
Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

清风夜微凉 2025-01-08 05:18:59

您可以在此处修改 videoplayer.java 代码 - https://github.com/phonegap/phonegap-plugins/blob/master/Android/VideoPlayer/src/com/phonegap/plugins/video/VideoPlayer.java

考虑高度和宽度,以便支架可以相应调整尺寸。检查此示例,以便添加插件的 java 文件的代码 - http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/media/MediaPlayerDemo_Video.html

尝试一下,然后更新,如果你面临一些问题。

You can modify the videoplayer.java code here - https://github.com/phonegap/phonegap-plugins/blob/master/Android/VideoPlayer/src/com/phonegap/plugins/video/VideoPlayer.java

to take into consideration the height and width, so that the holder can resize accordingly. Check this example so to what code to add the the java file of the plugin - http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/media/MediaPlayerDemo_Video.html

try this out and then update if u face some issue.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文