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