CMTimeMinimum(_:_:)
Returns the lesser of two time values.
Declaration
func CMTimeMinimum(_ time1: CMTime, _ time2: CMTime) -> CMTimeParameters
- time1:
A time value.
- time2:
Another time value.
Return Value
The lesser of the two times.
Returns the lesser of two time values.
func CMTimeMinimum(_ time1: CMTime, _ time2: CMTime) -> CMTimeA time value.
Another time value.
The lesser of the two times.