union(_:)
Returns a new time range with the time elements of both this time range and the given time range.
Declaration
func union(_ otherRange: CMTimeRange) -> CMTimeRangeParameters
- otherRange:
A time range.
Return Value
A time range with the unique time elements of this time range and the input.