No overview available.
SDKs
- iOS 10.0+
- macOS 10.12+
- Mac Catalyst 13.0+
- tvOS 10.0+
- watchOS 4.0+
Framework
- Core Video
Declaration
typedef enum CVTimeStampFlags : uint64_t {
...
} CVTimeStampFlags;
No overview available.
SDKs
Framework
typedef enum CVTimeStampFlags : uint64_t {
...
} CVTimeStampFlags;
k CVTime Stamp Bottom Field
The timestamp represents the bottom lines of an interlaced image.
k CVTime Stamp Host Time Valid
The value in the host time field is valid.
k CVTime Stamp Is Interlaced
A convenience constant indicating that the timestamp is for an interlaced image.
k CVTime Stamp Rate Scalar Valid
The value in the rate scalar field is valid.
k CVTime Stamp SMPTETime Valid
The value in the SMPTE time field is valid.
k CVTime Stamp Top Field
The timestamp represents the top lines of an interlaced image.
k CVTime Stamp Video Host Time Valid
A convenience constant indicating that both the video time and host time fields are valid.
k CVTime Stamp Video Refresh Period Valid
The value in the video refresh period field is valid.
k CVTime Stamp Video Time Valid
The value in the video time field is valid.