GstVideoTimeCodeInterval

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

struct GstVideoTimeCodeInterval {}

Members

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