使用 UISaveVideoAtPathToSavedPhotosAlbum 保存视频的位置信息
我有一个视频录制应用程序。我使用 UISaveVideoAtPathToSavedPhotosAlbum 将录制的视频同步到 iPhone 相机胶卷。但是,当我使用 AssetsLibrary 框架从相机胶卷读取同步视频并使用 valueForProperty: ALAssetPropertyLocation API 访问位置信息时,我没有获得有效位置。同步视频时如何保存位置?
谢谢, 萨哈纳
I have a video recording app. I sync the recorded videos to the iPhone Camera Roll using UISaveVideoAtPathToSavedPhotosAlbum. However when I read the synched videos from the Camera Roll using AssetsLibrary framework and access the location information using valueForProperty: ALAssetPropertyLocation API, I do not get valid location. How do I save the location when I sync the video?
Thanks,
Sahana
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您好,没有官方支持的方法可以做到这一点。您可以做什么:将您想要保存的信息存储在单独的数据库中。但缺点是此类信息只能在您的应用程序中使用。
您到底想实现什么目标?
干杯,
亨德里克
Hi there is no officially supported way to do this. What you may do: Store the info you want to save in a seperate database. The downside however is that such information is then only available in your app.
What exactly are you trying to accomplish?
Cheers,
Hendrik