是否有 MPMoviePlayer 错误代码列表
如果电影结束时出现错误,那么我可能会收到如下错误:
错误域=MediaPlayerErrorDomain代码=-12847“此电影格式是 不支持。”
相同的描述用于不同的错误代码 - 但我在任何地方都找不到代码定义。
它们可用吗?
if a movie finishes with an error, then I might get an error like:
Error Domain=MediaPlayerErrorDomain Code=-12847 "This movie format is
not supported."
The same description is used for different error codes - but I can't find the code definitions anywhere.
Are they available?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
干得好。 https://developer.apple.com/ library/mac/#documentation/AVFoundation/Reference/AVFoundation_ErrorConstants/Reference/reference.html
如果你的代码(像我的)是这样,上帝会帮助你-11800(
AVErrorUnknown
)。Here you go. https://developer.apple.com/library/mac/#documentation/AVFoundation/Reference/AVFoundation_ErrorConstants/Reference/reference.html
God help you if your code (like mine) was -11800 (
AVErrorUnknown
).