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