CMTIME_IS_INDEFINITE(_:)
Returns a Boolean value that indicates whether a given time is indefinite.
Declaration
func CMTIME_IS_INDEFINITE(_ time: CMTime) -> BoolParameters
- time:
A time value to test.
Return Value
true if the time represents an indefinite time; otherwise, false.