VideoTimeCode.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
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

fpsNNumerator of the frame rate
fpsDDenominator of the frame rate
latestDailyJamThe latest daily jam of the #GstVideoTimeCode
flags#GstVideoTimeCodeFlags
hoursthe hours field of #GstVideoTimeCode
minutesthe minutes field of #GstVideoTimeCode
secondsthe seconds field of #GstVideoTimeCode
framesthe frames field of #GstVideoTimeCode
fieldCountInterlaced video field count

Returns

a new #GstVideoTimeCode 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 [gstvideo.video_time_code.VideoTimeCode.isValid].