pub fn frames_to_smpte_string( frames: u64, rate: FrameRate, ) -> Result<String, TimecodeError>
Formats a frame count as an SMPTE timecode string.
Returns an error if the frame count produces an invalid timecode.