-(_:_:)
Returns a new time that represents the difference between two times.
Declaration
static func - (minuend: CMTime, subtrahend: CMTime) -> CMTimeParameters
- 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.