VideoTimeCodeInterval

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

Members

Functions

clear
void clear()

Initializes tc with empty/zero/NULL values.

copy
gstvideo.video_time_code_interval.VideoTimeCodeInterval copy()
init_
void init_(uint hours, uint minutes, uint seconds, uint frames)

Initializes tc with the given values.

Properties

_gType
GType _gType [@property getter]

Static functions

_getGType
GType _getGType()

Variables

frames
uint frames;

the frames field of #GstVideoTimeCodeInterval

hours
uint hours;

the hours field of #GstVideoTimeCodeInterval

minutes
uint minutes;

the minutes field of #GstVideoTimeCodeInterval

seconds
uint seconds;

the seconds field of #GstVideoTimeCodeInterval