Contents

CMTIME_IS_VALID(_:)

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

Declaration

func CMTIME_IS_VALID(_ time: CMTime) -> Bool

Parameters

  • time:

    A time value to test.

Return Value

true if the time is valid; otherwise, false.

See Also

Inspecting a Time