[][src]Function ffmpeg_sys_next::av_timecode_make_smpte_tc_string

pub unsafe extern "C" fn av_timecode_make_smpte_tc_string(
    buf: *mut c_char,
    tcsmpte: u32,
    prevent_df: c_int
) -> *mut c_char

Get the timecode string from the SMPTE timecode format.

@param buf destination buffer, must be at least AV_TIMECODE_STR_SIZE long @param tcsmpte the 32-bit SMPTE timecode @param prevent_df prevent the use of a drop flag when it is known the DF bit is arbitrary @return the buf parameter