gstvideo.video_time_code_interval

Module for [VideoTimeCodeInterval] struct

Types 1

A representation of a difference between two #GstVideoTimeCode instances. Will not necessarily correspond to a real timecode (e.g. 00:00:10;00)

Fields
uint hoursthe hours field of #GstVideoTimeCodeInterval
uint minutesthe minutes field of #GstVideoTimeCodeInterval
uint secondsthe seconds field of #GstVideoTimeCodeInterval
uint framesthe frames field of #GstVideoTimeCodeInterval
Methods
GType _gType() @property
void * boxCopy()
void clear()Initializes tc with empty/zero/NULL values.
void init_(uint hours, uint minutes, uint seconds, uint frames)Initializes tc with the given values.