[ CCode ( has_construct_function = false ) ]
public TimeCode (uint fps_n, uint fps_d, DateTime latest_daily_jam, TimeCodeFlags flags, uint hours, uint minutes, uint seconds, uint frames, uint field_count)
field_count is 0 for progressive, 1 or 2 for interlaced.
latest_daiy_jam reference is stolen from caller.
| fps_n |
Numerator of the frame rate |
| fps_d |
Denominator of the frame rate |
| latest_daily_jam |
The latest daily jam of the TimeCode |
| flags | |
| hours |
the hours field of TimeCode |
| minutes |
the minutes field of TimeCode |
| seconds |
the seconds field of TimeCode |
| frames |
the frames field of TimeCode |
| field_count |
Interlaced video field count |
|
a new TimeCode with the given values. The values are not checked for being in a valid range. To see if your timecode actually has valid content, use is_valid. |