av_timecode_make_mpeg_tc_string

Get the timecode string from the 25-bit timecode format (MPEG GOP format).

@param buf destination buffer, must be at least AV_TIMECODE_STR_SIZE long @param tc25bit the 25-bits timecode @return the buf parameter

extern (C) @nogc nothrow
char*
av_timecode_make_mpeg_tc_string
(
char* buf
,
uint tc25bit
)

Meta