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 custom-typed event. This can be used for anything not handled by other event-specific functions to pass an event to another element. Make sure to allocate an event type with the GST_EVENT_MAKE_TYPE macro, assigning a free number and filling in the correct direction and serialization flags. New custom events can also be created by subclassing the event type if needed.