Skip to main content

Module duration

Module duration 

Source
Expand description

Timecode-based duration calculations

Provides TcDuration, DurationRange, and helper functions for computing durations relative to a given frame rate.

Structs§

DurationRange
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_frames as a TcDuration