Contents

zero

A value that represents time zero.

Declaration

static let zero: CMTime

Discussion

Don’t test a time against this constant using (time == zero) because there are many times that are also 0. Use CMTimeCompare(_:_:) instead.

See Also

Constants