Enum Class PadMode

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

@Generated("io.github.jwharm.JavaGI") public enum PadMode extends Enum<PadMode> implements Enumeration
The status of a GstPad. After activating a pad, which usually happens when the parent element goes from READY to PAUSED, the GstPadMode defines if the pad operates in push or pull mode.