Event.this
- this(GstEvent* gstEvent)
- this(GstEventType type, Structure structure)
- this(int resetTime)
- this(GstClockTime timestamp, GstClockTime duration)
- this(string streamId)
- this(Segment segment)
- this(TagList taglist)
- this(GstFormat format, long minsize, long maxsize, int async)
- this(GstQOSType type, double proportion, GstClockTimeDiff diff, GstClockTime timestamp)
- this(double rate, GstFormat format, GstSeekFlags flags, GstSeekType startType, long start, GstSeekType stopType, long stop)
- this(Structure structure)
- this(GstClockTime latency)
- this(GstFormat format, ulong amount, double rate, int flush, int intermediate)
- this(string name, Message msg)
- this()
- this(Caps caps)
- this(Toc toc, int updated)
- this(GstFormat format, long position)
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 running time before synchronising against the clock. The latency is mostly used in live sinks and is always expressed in the time format.