Contents

-(_:_:)

Returns a new time that represents the difference between two times.

Declaration

static func - (minuend: CMTime, subtrahend: CMTime) -> CMTime

Parameters

  • minuend:

    A time value.

  • subtrahend:

    A time value to subtract from the minuend.

Return Value

A time value that represents the result of the operation.

See Also

Performing Time Calcualtions