Function av_timecode_make_string
pub unsafe extern "C" fn av_timecode_make_string(
tc: *const AVTimecode,
buf: *mut i8,
framenum: i32,
) -> *mut i8
Expand description
Load timecode string in buf.
@param tc timecode data correctly initialized @param buf destination buffer, must be at least AV_TIMECODE_STR_SIZE long @param framenum frame number @return the buf parameter
@note Timecode representation can be a negative timecode and have more than 24 hours, but will only be honored if the flags are correctly set. @note The frame number is relative to tc->start.