iPhone 的本机媒体播放器上的自定义视图(MPMoviePlayerController)

发布于 2024-08-15 10:50:58 字数 495 浏览 5 评论 0原文

我正在构建一个在 iPhone 的本机媒体播放器上实现自定义视图的应用程序。我希望您能帮助我确定这项工作的方向。目前我发现iPhone SDK不支持自定义媒体播放器的API。

我在播放器中需要这些东西:

我想要自定义视图,即想要更改播放器上的所有控制按钮,如播放/暂停、搜索栏等。播放器的背景也需要不同。播放器必须从本地/远程位置播放音频或视频文件。如果 MPMoviePlayerController 可以自定义,我可以使用它吗(如何做??)。但是,iPhone 认可的任何其他能够从本地/远程位置下载和播放媒体文件的第三方播放器也可以。

如果能够访问媒体播放器缓冲区并对其进行加密,那就太好了。

我有以下问题:

1.构建/自定义播放器有任何帮助......

2.您在签署应用程序时看到问题吗?

3.Apple对定制媒体播放器有什么限制吗?

4.任何定制媒体播放器的示例 iPhone 应用程序

非常感谢这方面的任何帮助。

I am building an application that implements a custom view on iPhone’s native media player. I want your help in deciding directions to lay this effort. At present I have find out that iPhone SDK doesn’t support APIs to customize media player.

I need these things in the player:

I would like to have custom views i.e. want to change all control buttons on player like Play/Pause, seek bar etc. The background of player will also need to be different. The player has to play audio or video file from local/remote location. Can i use MPMoviePlayerController if it can be customized (How to do it ??). However, any other third party player approved by iPhone which has an ability to download and play the media file from local/remote location is also fine.

It will be great to have an access to media player buffer so that it can be encrypted.

I have following questions:

1.Any help in building/customizing player.....

2.Do you see issues in signing of application?

3.Does Apple have any restrictions on customizing media player?

4.Any sample iPhone application where media player is customized

Any help in this regard is highly appreciated.

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

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

发布评论

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

评论(2

梦情居士 2024-08-22 10:50:58

嘿,你应该去 https://developer.apple.com/ iphone/library/samplecode/MoviePlayer_iPhone/index.html 并以类似的方式检查添加到 MPMoviePlayer 的自定义标签和按钮,您也可以拥有自定义 moviePlayer。

希望你能战斗并找到自己的出路。

Hey You should go to the https://developer.apple.com/iphone/library/samplecode/MoviePlayer_iPhone/index.html and check for the custom labels and button added to MPMoviePlayer in a similar manner you can have your custom moviePlayer also.

Hope you fight and find your way.

最后的乘客 2024-08-22 10:50:58

看起来像 3.2 SDK 会有所帮助,但您可以自定义的内容仍然非常有限。

Looks like the 3.2 SDK will help a little bit but you are still pretty limited in what you can customize.

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