Expand description
Timecode-based duration calculations
Provides TcDuration, DurationRange, and helper functions for computing
durations relative to a given frame rate.
Structs§
- Duration
Range - A half-open frame range
[start_frames, end_frames) - TcDuration
- A duration expressed as a frame count at a given frame rate
Functions§
- timecode_
subtract - Compute the signed difference
tc1_frames - tc2_framesas aTcDuration