Timecode, timestamps, durations, and frame rates. More...
Classes | |
| class | DateTime |
| Wall-clock date and time based on std::chrono::system_clock. More... | |
| class | Duration |
| Time duration with nanosecond precision. More... | |
| class | ElapsedTimer |
| Monotonic elapsed-time measurement using std::chrono::steady_clock. More... | |
| class | FrameRate |
| Represents a video frame rate as a rational number. More... | |
| class | Timecode |
| Class for holding and manipulating timecode. More... | |
| class | TimecodeGenerator |
| General-purpose timecode generator. More... | |
| class | TimeStamp |
| A monotonic timestamp based on std::chrono::steady_clock. More... | |
Timecode, timestamps, durations, and frame rates.
SMPTE Timecode (backed by libvtc), steady-clock TimeStamp, calendar-aware DateTime, Duration, ElapsedTimer for benchmarking, and FrameRate descriptors.