Contents

containsTime(_:)

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

Declaration

func containsTime(_ time: CMTime) -> Bool

Parameters

  • time:

    A time value to test for in the time range.

Return Value

true if the time range contains the time value; otherwise, false.

See Also

Finding Elements