Contents

negativeInfinity

A value that represents negative infinity.

Declaration

static let negativeInfinity: CMTime

Discussion

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

See Also

Constants