将 CMTime 存储在 CoreData 中?
抱歉,如果之前已经回答过这个问题,但我在这里找不到答案。
如何使用 CoreData 存储 CMTime 值?
提前致谢。
Sorry if this been answered before, but i can't find an answer here.
How do I store a CMTime value using CoreData?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将其转换为字典并存储字典表示。
CMTimeCopyAsDictionary 和 CMTimeMakeFromDictionary< /a>
Convert it to a dictionary and store the dictionary representation.
CMTimeCopyAsDictionary and CMTimeMakeFromDictionary