Reputation: 5841
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.
Upvotes: 1
Views: 1069
Reputation: 6949
Convert it to a dictionary and store the dictionary representation.
CMTimeCopyAsDictionary and CMTimeMakeFromDictionary
Upvotes: 3