Class VideoTimeCode

java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.freedesktop.gstreamer.video.VideoTimeCode
All Implemented Interfaces:
Proxy

@Generated("io.github.jwharm.JavaGI") public class VideoTimeCode extends ProxyInstance
fieldCount 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.