(since 1.16) null if the timecode was invalid.
bufferAddVideoTimeCodeMetaFull
fn
gstvideo.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
buffer | a #GstBuffer |
fpsN | framerate numerator |
fpsD | framerate denominator |
latestDailyJam | a #GDateTime for the latest daily jam |
flags | a #GstVideoTimeCodeFlags |
hours | hours since the daily jam |
minutes | minutes since the daily jam |
seconds | seconds since the daily jam |
frames | frames since the daily jam |
fieldCount | fields since the daily jam |
Returns
the #GstVideoTimeCodeMeta on buffer, or