pub fn timecode_subtract( tc1_frames: i64, tc2_frames: i64, fps_num: u32, fps_den: u32, ) -> TcDuration
Compute the signed difference tc1_frames - tc2_frames as a TcDuration
tc1_frames - tc2_frames
TcDuration