Event.this
- this(GstEvent* gstEvent)
- this(GstEventType type, Structure structure)
- this(GstClockTime latency)
- this(int update, double rate, GstFormat format, long start, long stop, long position)
- this(int update, double rate, double appliedRate, GstFormat format, long start, long stop, long position)
- this(double proportion, GstClockTimeDiff diff, GstClockTime timestamp)
- this(double rate, GstFormat format, GstSeekFlags flags, GstSeekType startType, long start, GstSeekType stopType, long stop)
- this(TagList taglist)
gstreamer Event Event
constructorsfunctionsstatic functionsvariables
Create a new latency event. The event is sent upstream from the sinks and notifies elements that they should add an additional latency to the timestamps before synchronising against the clock. The latency is mostly used in live sinks and is always expressed in the time format.