Skip to main content

timecode_subtract

Function timecode_subtract 

Source
pub fn timecode_subtract(
    tc1_frames: i64,
    tc2_frames: i64,
    fps_num: u32,
    fps_den: u32,
) -> TcDuration
Expand description

Compute the signed difference tc1_frames - tc2_frames as a TcDuration