Contents

CMTimeMaximum(_:_:)

Returns the greater of two time values.

Declaration

func CMTimeMaximum(_ time1: CMTime, _ time2: CMTime) -> CMTime

Parameters

  • time1:

    A time value.

  • time2:

    Another time value.

Return Value

The greater of the two times.

See Also

Comparing Times