Contents

CMTIMERANGE_IS_EMPTY(_:)

Returns a Boolean value that indicates whether a time range has a duration of zero.

Declaration

func CMTIMERANGE_IS_EMPTY(_ range: CMTimeRange) -> Bool

Parameters

  • range:

    A time range.

Return Value

true if range has a duration of 0; otherwise, false.

See Also

Inspecting Time Ranges