Contents

indefinite

A value that represents an indefinite time.

Declaration

static let indefinite: CMTime

Discussion

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

See Also

Constants