gstvideo.video_time_code_config
Module for [VideoTimeCodeConfig] class
class VideoTimeCodeConfig
Types 1
classVideoTimeCodeConfig
Supported frame rates: 30000/1001, 60000/1001 (both with and without drop frame), and integer frame rates e.g. 25/1, 30/1, 50/1, 60/1.
The configuration of the time code.
Fields
GstVideoTimeCodeConfig _cInstanceMethods
void * _cPtr() nothrowvoid fpsN(uint propval) @property nothrowSet `fpsN` field. Params: propval = Numerator of the frame ratevoid fpsD(uint propval) @property nothrowSet `fpsD` field. Params: propval = Denominator of the frame rategstvideo.types.VideoTimeCodeFlags flags() @property nothrowGet `flags` field. Returns: the corresponding #GstVideoTimeCodeFlagsvoid flags(gstvideo.types.VideoTimeCodeFlags propval) @property nothrowSet `flags` field. Params: propval = the corresponding #GstVideoTimeCodeFlagsglib.date_time.DateTime latestDailyJam() @property nothrowGet `latestDailyJam` field. Returns: The latest daily jam information, if present, or NULLvoid latestDailyJam(glib.date_time.DateTime propval) @property nothrowSet `latestDailyJam` field. Params: propval = The latest daily jam information, if present, or NULL