查找 mp4 的持续时间 - iPhone SDK
如何找到 mp4 文件的持续时间(小时和分钟)。我尝试在 MPMoviePlayerViewController 中加载 URL 并使用持续时间属性,然后将 nstimeinterval 转换为字符串,但它总是结果为 0。有没有任何方法可以做到这一点?
谢谢,
凯文
How can I find the duration of a mp4 file to hours and minutes. I have tried loading the URL in a MPMoviePlayerViewController and use the duration property which I then convert the nstimeinterval to a string but it always results in 0. Is there any method to do this?
Thanks,
Kevin
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在检查持续时间之前,您可能必须等待 MPMovieDurationAvailableNotification 被触发。来自 Apple 的 MPMoviePlayerController 类参考,
You may have to wait for the MPMovieDurationAvailableNotification to be fired before you check the duration. From Apple's MPMoviePlayerController Class Reference,