Contents

CMTIME_IS_INDEFINITE(_:)

Returns a Boolean value that indicates whether a given time is indefinite.

Declaration

func CMTIME_IS_INDEFINITE(_ time: CMTime) -> Bool

Parameters

  • time:

    A time value to test.

Return Value

true if the time represents an indefinite time; otherwise, false.

See Also

Inspecting a Time