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
Generates a metadata tag event from the given taglist. The scope of the taglist specifies if the taglist applies to the complete medium or only to this specific stream. As the tag event is a sticky event, elements should merge tags received from upstream with a given scope with their own tags with the same scope and create a new tag event from it.