Contents

CMTimeAbsoluteValue(_:)

Returns the absolute value of a time.

Declaration

func CMTimeAbsoluteValue(_ time: CMTime) -> CMTime

Parameters

  • time:

    A time structure.

Return Value

The time value, but with its sign inverted, if necessary.

See Also

Inspecting a Time