以窗口模式播放视频

发布于 2024-11-19 17:06:08 字数 56 浏览 7 评论 0原文

我需要开发一个可以在窗口模式而不是全屏模式下播放视频的应用程序。

这怎么能做到呢?

I need to develop an app that can play video in windowed mode, not in full screen mode.

How can this be done?

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

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

发布评论

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

评论(2

心舞飞扬 2024-11-26 17:06:08

“窗口模式”是什么意思?你的意思是一个 UIView 出现在 UIButton 上并且主视图在它后面仍然可见?如果是这样,则使用 UIPopoverController。

What do you mean in "Windowed Mode"? do you mean a UIView that appears on a UIButton and the mainview is still viewable behind it? if so then use UIPopoverController.

夜未央樱花落 2024-11-26 17:06:08

通过代码简单创建 MPMoviePlayer 对象并调整其大小。

Simple create and size the MPMoviePlayer object by code.

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