buffer_add_video_time_code_meta_full


Description:

[ CCode ( cname = "gst_buffer_add_video_time_code_meta_full" ) ]
[ Version ( since = "1.10" ) ]
public unowned TimeCodeMeta? buffer_add_video_time_code_meta_full (Buffer buffer, uint fps_n, uint fps_d, DateTime latest_daily_jam, TimeCodeFlags flags, uint hours, uint minutes, uint seconds, uint frames, uint field_count)

Attaches TimeCodeMeta metadata to buffer with the given parameters.

Parameters:

buffer

a Buffer

fps_n

framerate numerator

fps_d

framerate denominator

latest_daily_jam

a DateTime for the latest daily jam

flags

a TimeCodeFlags

hours

hours since the daily jam

minutes

minutes since the daily jam

seconds

seconds since the daily jam

frames

frames since the daily jam

field_count

fields since the daily jam

Returns:

the TimeCodeMeta on buffer, or (since 1.16) null if the timecode was invalid.


Namespace: Gst.Video