Keys to access values of a CMTime represented by a CFDictionary.
Framework
- Core Media
Keys to access values of a CMTime represented by a CFDictionary.
Framework
let k CMTime Value Key: CFString
CFDictionary
key for the value field of CMTime
(a CFNumber
containing an int64_t value).
let k CMTime Scale Key: CFString
CFDictionary
key for the timescale field of CMTime
(a CFNumber
containing an int32_t value).
let k CMTime Epoch Key: CFString
CFDictionary
key for the epoch field of CMTime
(a CFNumber
containing an int64_t value).
let k CMTime Flags Key: CFString
CFDictionary
key for the flags field of CMTime
(a CFNumber
containing an int32_t value).