Function rsmpeg::ffi::av_timecode_make_smpte_tc_string[][src]

pub unsafe extern "C" fn av_timecode_make_smpte_tc_string(
    buf: *mut i8,
    tcsmpte: u32,
    prevent_df: i32
) -> *mut i8
Expand description

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