The values are not checked for being in a valid range. To see if your timecode actually has valid content, use [gstvideo.video_time_code.VideoTimeCode.isValid].
VideoTimeCode.this
this
(uint fpsN, uint fpsD, glib.date_time.DateTime latestDailyJam, gstvideo.types.VideoTimeCodeFlags flags, uint hours, uint minutes, uint seconds, uint frames, uint fieldCount)field_count is 0 for progressive, 1 or 2 for interlaced. latest_daiy_jam reference is stolen from caller.
Parameters
fpsN | Numerator of the frame rate |
fpsD | Denominator of the frame rate |
latestDailyJam | The latest daily jam of the #GstVideoTimeCode |
flags | #GstVideoTimeCodeFlags |
hours | the hours field of #GstVideoTimeCode |
minutes | the minutes field of #GstVideoTimeCode |
seconds | the seconds field of #GstVideoTimeCode |
frames | the frames field of #GstVideoTimeCode |
fieldCount | Interlaced video field count |
Returns
a new #GstVideoTimeCode with the given values.