Skip to main content

Module tc_calculator

Module tc_calculator 

Source
Expand description

Timecode arithmetic: add/subtract frame counts with overflow handling.

TcCalculator converts between the display timecode and an absolute frame count so that arithmetic on timecodes always respects drop-frame rules and 24-hour wrap-around.

Structs§

TcCalculator
Performs timecode arithmetic with drop-frame awareness.
TcResult
The result of a timecode calculation.

Enums§

TcOperation
An arithmetic operation to apply to a timecode.