negativeInfinity
A value that represents negative infinity.
Declaration
static let negativeInfinity: CMTimeDiscussion
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.