bufferAddVideoTimeCodeMetaFull

fngstvideo.video_time_code_meta.VideoTimeCodeMeta bufferAddVideoTimeCodeMetaFull(gst.buffer.Buffer buffer, uint fpsN, uint fpsD, glib.date_time.DateTime latestDailyJam, gstvideo.types.VideoTimeCodeFlags flags, uint hours, uint minutes, uint seconds, uint frames, uint fieldCount)

Attaches #GstVideoTimeCodeMeta metadata to buffer with the given parameters.

Parameters

buffera #GstBuffer
fpsNframerate numerator
fpsDframerate denominator
latestDailyJama #GDateTime for the latest daily jam
flagsa #GstVideoTimeCodeFlags
hourshours since the daily jam
minutesminutes since the daily jam
secondsseconds since the daily jam
framesframes since the daily jam
fieldCountfields since the daily jam

Returns

the #GstVideoTimeCodeMeta on buffer, or

(since 1.16) null if the timecode was invalid.