containsTimeRange(_:)
Returns a Boolean value that indicates whether the time range contains another time range.
Declaration
func containsTimeRange(_ range: CMTimeRange) -> BoolParameters
- range:
The time range to test for inclusion.
Returns a Boolean value that indicates whether the time range contains another time range.
func containsTimeRange(_ range: CMTimeRange) -> BoolThe time range to test for inclusion.