自定义 iPhone 中 Movieplayer 的屏幕

发布于 2024-08-21 18:44:37 字数 190 浏览 4 评论 0原文

我对电影播放器​​应用程序没有什么疑问

  1. 如何自定义屏幕尺寸。我只想将视频或电影播放到屏幕的一半,并且我想向电影播放器​​的剩余一半添加自定义控制按钮。

  2. 在电影播放器​​示例中,存在覆盖视图,但如何更改其中的按钮和标签的名称,但我无法做到这一点。

    在电影播放器​​示例中,存在

I've few doubts regarding movie player app

  1. How can I customize the screen size. I want only video or movie to be played only to half the screen and I want to add custom controls buttons to the remaining half of movie player.

  2. In movie player example overlay view is there but how to change the name of the button and label in that and I'm unable to do that.

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

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

发布评论

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

评论(2

夏花。依旧 2024-08-28 18:44:37

无法修改 MPMovePlayer UI。它播放全屏视频,并提供默认控件。目前官方 iPhone SDK 无法满足您的需求。

The MPMovePlayer UI cannot be modified. It plays fullscreen video, and provides the default controls. There's currently no way to do what you need in the official iPhone SDK.

烟酉 2024-08-28 18:44:37

使用此链接进行视频播放器自定义:

https://developer.apple.com/library/ios/samplecode/MoviePlayer_iPhone/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007798

下载示例代码并进行相应修改。

Use this link for video player customization:

https://developer.apple.com/library/ios/samplecode/MoviePlayer_iPhone/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007798

download sample code and modify accordingly.

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