Enum Class EventType

java.lang.Object
java.lang.Enum<EventType>
org.freedesktop.gstreamer.gst.EventType
All Implemented Interfaces:
Enumeration, Serializable, Comparable<EventType>, Constable

@Generated("io.github.jwharm.JavaGI") public enum EventType extends Enum<EventType> implements Enumeration
GstEventType lists the standard event types that can be sent in a pipeline.

The custom event types can be used for private messages between elements that can't be expressed using normal GStreamer buffer passing semantics. Custom events carry an arbitrary GstStructure. Specific custom events are distinguished by the name of the structure.