Contents

CMTIME_IS_NUMERIC(_:)

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

Declaration

func CMTIME_IS_NUMERIC(_ time: CMTime) -> Bool

Parameters

  • time:

    A time value to test.

Return Value

true if the time is numeric; otherwise, false.

See Also

Inspecting a Time