Enum Class PadLinkCheck

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

@Generated("io.github.jwharm.JavaGI") public enum PadLinkCheck extends Enum<PadLinkCheck> implements Enumeration
The amount of checking to be done when linking pads. GSTPADLINKCHECKCAPS and GSTPADLINKCHECKTEMPLATECAPS are mutually exclusive. If both are specified, expensive but safe GSTPADLINKCHECKCAPS are performed.

Only disable some of the checks if you are 100% certain you know the link will not fail because of hierarchy/caps compatibility failures. If uncertain, use the default checks (DEFAULT) or the regular methods for linking the pads.