Contents

containsTimeRange(_:)

Returns a Boolean value that indicates whether the time range contains another time range.

Declaration

func containsTimeRange(_ range: CMTimeRange) -> Bool

Parameters

  • range:

    The time range to test for inclusion.

Return Value

true if time range contains range; otherwise, false.

See Also

Finding Elements