CMTimeMakeFromDictionary(_:)
Creates a time from a dictionary representation of its fields.
Declaration
func CMTimeMakeFromDictionary(_ dictionaryRepresentation: CFDictionary?) -> CMTimeParameters
- dictionaryRepresentation:
A dictionary created from a call to Cmtimecopyasdictionary(_:allocator:).
Return Value
A time structure.
Discussion
For keys in the dictionary, see Dictionary Keys.