Contents

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) -> CMTimeRange

Parameters

  • otherRange:

    A time range.

Return Value

A time range with the unique time elements of this time range and the input.

See Also

Combining Time Ranges