containsTime(_:)
Returns a Boolean value that indicates whether the time range contains a time.
Declaration
func containsTime(_ time: CMTime) -> BoolParameters
- time:
A time value to test for in the time range.
Return Value
true if the time range contains the time value; otherwise, false.