Class ProxyPad.Builder<B extends ProxyPad.Builder<B>>
java.lang.Object
org.javagi.gobject.Builder<B>
org.gnome.gobject.GObject.Builder<B>
org.gnome.gobject.InitiallyUnowned.Builder<B>
org.freedesktop.gstreamer.gst.GstObject.Builder<B>
org.freedesktop.gstreamer.gst.Pad.Builder<B>
org.freedesktop.gstreamer.gst.ProxyPad.Builder<B>
- Type Parameters:
B- the type of the Builder that is returned
- All Implemented Interfaces:
BuilderInterface
- Direct Known Subclasses:
GhostPad.Builder
- Enclosing class:
ProxyPad
Inner class implementing a builder pattern to construct a GObject with
properties.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Pad.Builder
onLinked, onUnlinked, setDirection, setOffset, setTemplateMethods inherited from class GstObject.Builder
onDeepNotify, setName, setParentMethods inherited from class GObject.Builder
onNotifyMethods inherited from class Builder
addBuilderProperty, connect, connect, connectSignals, getArena, getNames, getValues
-
Constructor Details
-
Builder
protected Builder()Default constructor for aBuilderobject.
-
-
Method Details
-
build
Finish building theProxyPadobject. This will callGObject.withProperties(Type, String[], Value[])to create a new GObject instance, which is then cast toProxyPad.- Overrides:
buildin classPad.Builder<B extends ProxyPad.Builder<B>>- Returns:
- a new instance of
ProxyPadwith the properties that were set in the Builder object.
-