以窗口模式播放视频
我需要开发一个可以在窗口模式而不是全屏模式下播放视频的应用程序。
这怎么能做到呢?
I need to develop an app that can play video in windowed mode, not in full screen mode.
How can this be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
“窗口模式”是什么意思?你的意思是一个 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.
通过代码简单创建 MPMoviePlayer 对象并调整其大小。
Simple create and size the MPMoviePlayer object by code.