GstVideoTimeCode

@field_count must be 0 for progressive video and 1 or 2 for interlaced.

A representation of a SMPTE time code.

@hours must be positive and less than 24. Will wrap around otherwise. @minutes and @seconds must be positive and less than 60. @frames must be less than or equal to @config.fps_n / @config.fps_d These values are *NOT* automatically normalized.

Members

Variables

config
GstVideoTimeCodeConfig config;

the corresponding #GstVideoTimeCodeConfig

fieldCount
uint fieldCount;

Interlaced video field count

frames
uint frames;

the frames field of #GstVideoTimeCode

hours
uint hours;

the hours field of #GstVideoTimeCode

minutes
uint minutes;

the minutes field of #GstVideoTimeCode

seconds
uint seconds;

the seconds field of #GstVideoTimeCode