gstvideo.video_time_code_config

Module for [VideoTimeCodeConfig] class

Types 1

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
Methods
void * _cPtr()
uint fpsN() @propertyGet `fpsN` field. Returns: Numerator of the frame rate
void fpsN(uint propval) @propertySet `fpsN` field. Params: propval = Numerator of the frame rate
uint fpsD() @propertyGet `fpsD` field. Returns: Denominator of the frame rate
void fpsD(uint propval) @propertySet `fpsD` field. Params: propval = Denominator of the frame rate
gstvideo.types.VideoTimeCodeFlags flags() @propertyGet `flags` field. Returns: the corresponding #GstVideoTimeCodeFlags
void flags(gstvideo.types.VideoTimeCodeFlags propval) @propertySet `flags` field. Params: propval = the corresponding #GstVideoTimeCodeFlags
glib.date_time.DateTime latestDailyJam() @propertyGet `latestDailyJam` field. Returns: The latest daily jam information, if present, or NULL
void latestDailyJam(glib.date_time.DateTime propval) @propertySet `latestDailyJam` field. Params: propval = The latest daily jam information, if present, or NULL
Constructors
this(void * ptr, Flag!"Take" take)