Contents

CMTIME_IS_INVALID(_:)

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

Declaration

func CMTIME_IS_INVALID(_ time: CMTime) -> Bool

Parameters

  • time:

    A time value to test.

Return Value

true if the time is invalid; otherwise, false.

See Also

Inspecting a Time