MPMoviePlayerViewController,如果失败怎么办?

发布于 2024-09-10 18:09:21 字数 173 浏览 2 评论 0原文

我正在创建一个应用程序来扫描条形码并提供有关扫描产品的视频信息。我遇到了这样的问题:如果视频 url 无效,MPMoviePlayerViewController 最终会给我一个白屏。如果没有视频可用,它应该返回到上一个屏幕。我该如何处理这个异常?我找不到任何委托方法等。

提前致谢,

Lewion

I'm creating an application to scan barcodes and provide video information on the scanned product. I'm running into the problem where the MPMoviePlayerViewController ends up giving me a white screen if a video url is not valid. It should just go back to the previous screen if no video is available. How do I handle this exception? I can't find any delegate methods etc..

Thanks in advance,

Lewion

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

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

发布评论

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

评论(1

捂风挽笑 2024-09-17 18:09:21

您可以为 MPMoviePlayer 控制器注册一些通知,该控制器是 MPMoviePlayerViewControllermoviePlayer 属性,这些通知应该处理这些错误情况。

PlaybackDidFinishPreloadDidFinish 以及 SDK 4.0+ 中的一些新功能,例如 StateChanged ...这些都带有 userinfo您可以从中检测错误的字典对象。

You can register yourself for a few notifications for MPMoviePlayer controller which is moviePlayer property of MPMoviePlayerViewController , these notifications should handle these error situations.

PlaybackDidFinish or PreloadDidFinish and couple of new ones with SDK 4.0+ , like StateChanged ... these come with userinfo dicitonary object from which you can detect error(s).

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