Contents

positiveInfinity

A value that represents positive infinity.

Declaration

static let positiveInfinity: CMTime

Discussion

Don’t test a time against this constant using (time == positiveInfinity) because there are many times that are also positive infinity. Use CMTIME_IS_POSITIVEINFINITY(_:) instead.

See Also

Constants