TimeCode.from_date_time_full


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "1.16" ) ]
public TimeCode.from_date_time_full (uint fps_n, uint fps_d, DateTime dt, TimeCodeFlags flags, uint field_count)

The resulting config->latest_daily_jam is set to midnight, and timecode is set to the given time.

Parameters:

fps_n

Numerator of the frame rate

fps_d

Denominator of the frame rate

dt

DateTime to convert

flags

TimeCodeFlags

field_count

Interlaced video field count

Returns:

the TimeCode representation of dt, or null if no valid timecode could be created.