Enum Class StreamType

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

@Generated("io.github.jwharm.JavaGI") public enum StreamType extends Enum<StreamType> implements Enumeration
GstStreamType describes a high level classification set for flows of data in GstStream objects.

Note that this is a flag, and therefore users should not assume it will be a single value. Do not use the equality operator for checking whether a stream is of a certain type.