<!--
{
  "documentType" : "article",
  "framework" : "CoreVideo",
  "identifier" : "/documentation/CoreVideo/cvtime-values",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "CVTime Values"
}
-->

# CVTime Values

Keys that represent Core Video time values.

## Topics

### Constants

[`kCVZeroTime`](/documentation/CoreVideo/kCVZeroTime)

Zero time or duration. For example, [`CVDisplayLinkGetOutputVideoLatency(_:)`](/documentation/CoreVideo/CVDisplayLinkGetOutputVideoLatency(_:)) returns `kCVZeroTime` for zero video latency.

[`kCVIndefiniteTime`](/documentation/CoreVideo/kCVIndefiniteTime)

An unknown or indefinite time. For example, [`CVDisplayLinkGetNominalOutputVideoRefreshPeriod(_:)`](/documentation/CoreVideo/CVDisplayLinkGetNominalOutputVideoRefreshPeriod(_:)) returns `kCVIndefiniteTime` if the display link specified is not valid.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)