invalid
A value that represents an invalid time.
Declaration
static let invalid: CMTimeDiscussion
An invalid time has all of its fields set to 0.
Don’t test a time against this constant using (time == invalid) because there are many times that are also invalid. Use CMTIME_IS_INVALID(_:) instead.