av_timecode_get_smpte_from_framenum

Convert frame number to SMPTE 12M binary representation.

@param tc timecode data correctly initialized @param framenum frame number @return the SMPTE binary representation

@note Frame number adjustment is automatically done in case of drop timecode, you do NOT have to call av_timecode_adjust_ntsc_framenum2(). @note The frame number is relative to tc->start. @note Color frame (CF), binary group flags (BGF) and biphase mark polarity correction (PC) bits are set to zero.

extern (C) @nogc nothrow
uint
av_timecode_get_smpte_from_framenum
(
const(AVTimecode)* tc
,)

Meta