Package ch.bailu.gtk.gst
Klasse ChildProxyInterface
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gst.ChildProxyInterface
- Alle implementierten Schnittstellen:
PointerInterface
#GstChildProxy interface.
https://gstreamer.freedesktop.org/documentation/gstreamer/gi-index.html
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic interfacestatic interfacestatic interfacestatic interfacestatic interface -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final StringCalled when @child is added to @parent
SeeChildProxyInterface.OnChildAdded.onChildAdded(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gst.ChildProxy, ch.bailu.gtk.gobject.Object, ch.bailu.gtk.type.Str)static final StringCalled when @child is removed from @parent
SeeChildProxyInterface.OnChildRemoved.onChildRemoved(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gst.ChildProxy, ch.bailu.gtk.gobject.Object, ch.bailu.gtk.type.Str)static final StringFetch a child object by index
SeeChildProxyInterface.OnGetChildByIndex.onGetChildByIndex(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gst.ChildProxy, int)static final Stringstatic final StringGet the number of children in @parent
SeeChildProxyInterface.OnGetChildrenCount.onGetChildrenCount(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gst.ChildProxy)static final Stringparent interface type. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandlerch.bailu.gtk.gst.JnaChildProxyInterface.OnChildAddedCalled when @child is added to @parent
SeeChildProxyInterface.OnChildAdded.onChildAdded(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gst.ChildProxy, ch.bailu.gtk.gobject.Object, ch.bailu.gtk.type.Str)ch.bailu.gtk.gst.JnaChildProxyInterface.OnChildRemovedCalled when @child is removed from @parent
SeeChildProxyInterface.OnChildRemoved.onChildRemoved(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gst.ChildProxy, ch.bailu.gtk.gobject.Object, ch.bailu.gtk.type.Str)ch.bailu.gtk.gst.JnaChildProxyInterface.OnGetChildByIndexFetch a child object by index
SeeChildProxyInterface.OnGetChildByIndex.onGetChildByIndex(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gst.ChildProxy, int)ch.bailu.gtk.gst.JnaChildProxyInterface.OnGetChildByNamech.bailu.gtk.gst.JnaChildProxyInterface.OnGetChildrenCountGet the number of children in @parent
SeeChildProxyInterface.OnGetChildrenCount.onGetChildrenCount(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gst.ChildProxy)static intstatic TypeSystem.TypeSizestatic TypeSystem.TypeSizevoidsetFieldChildAdded(ChildProxyInterface.OnChildAdded child_added) Called when @child is added to @parent
SeeChildProxyInterface.OnChildAdded.onChildAdded(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gst.ChildProxy, ch.bailu.gtk.gobject.Object, ch.bailu.gtk.type.Str)voidsetFieldChildRemoved(ChildProxyInterface.OnChildRemoved child_removed) Called when @child is removed from @parent
SeeChildProxyInterface.OnChildRemoved.onChildRemoved(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gst.ChildProxy, ch.bailu.gtk.gobject.Object, ch.bailu.gtk.type.Str)voidsetFieldGetChildByIndex(ChildProxyInterface.OnGetChildByIndex get_child_by_index) Fetch a child object by index
SeeChildProxyInterface.OnGetChildByIndex.onGetChildByIndex(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gst.ChildProxy, int)voidsetFieldGetChildByName(ChildProxyInterface.OnGetChildByName get_child_by_name) voidsetFieldGetChildrenCount(ChildProxyInterface.OnGetChildrenCount get_children_count) Get the number of children in @parent
SeeChildProxyInterface.OnGetChildrenCount.onGetChildrenCount(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gst.ChildProxy)Von Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacksVon Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Felddetails
-
PARENT
parent interface type.
Private field: direct-type- Siehe auch:
-
GET_CHILD_BY_NAME
Fetch a child object by name
SeeChildProxyInterface.OnGetChildByName.onGetChildByName(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gst.ChildProxy, ch.bailu.gtk.type.Str)- Siehe auch:
-
GET_CHILD_BY_INDEX
Fetch a child object by index
SeeChildProxyInterface.OnGetChildByIndex.onGetChildByIndex(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gst.ChildProxy, int)- Siehe auch:
-
GET_CHILDREN_COUNT
Get the number of children in @parent
SeeChildProxyInterface.OnGetChildrenCount.onGetChildrenCount(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gst.ChildProxy)- Siehe auch:
-
CHILD_ADDED
Called when @child is added to @parent
SeeChildProxyInterface.OnChildAdded.onChildAdded(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gst.ChildProxy, ch.bailu.gtk.gobject.Object, ch.bailu.gtk.type.Str)- Siehe auch:
-
CHILD_REMOVED
Called when @child is removed from @parent
SeeChildProxyInterface.OnChildRemoved.onChildRemoved(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gst.ChildProxy, ch.bailu.gtk.gobject.Object, ch.bailu.gtk.type.Str)- Siehe auch:
-
-
Konstruktordetails
-
ChildProxyInterface
-
-
Methodendetails
-
getClassHandler
-
setFieldGetChildByName
-
getFieldGetChildByName
public ch.bailu.gtk.gst.JnaChildProxyInterface.OnGetChildByName getFieldGetChildByName() -
setFieldGetChildByIndex
Fetch a child object by index
SeeChildProxyInterface.OnGetChildByIndex.onGetChildByIndex(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gst.ChildProxy, int) -
getFieldGetChildByIndex
public ch.bailu.gtk.gst.JnaChildProxyInterface.OnGetChildByIndex getFieldGetChildByIndex()Fetch a child object by index
SeeChildProxyInterface.OnGetChildByIndex.onGetChildByIndex(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gst.ChildProxy, int) -
setFieldGetChildrenCount
Get the number of children in @parent
SeeChildProxyInterface.OnGetChildrenCount.onGetChildrenCount(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gst.ChildProxy) -
getFieldGetChildrenCount
public ch.bailu.gtk.gst.JnaChildProxyInterface.OnGetChildrenCount getFieldGetChildrenCount()Get the number of children in @parent
SeeChildProxyInterface.OnGetChildrenCount.onGetChildrenCount(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gst.ChildProxy) -
setFieldChildAdded
Called when @child is added to @parent
SeeChildProxyInterface.OnChildAdded.onChildAdded(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gst.ChildProxy, ch.bailu.gtk.gobject.Object, ch.bailu.gtk.type.Str) -
getFieldChildAdded
public ch.bailu.gtk.gst.JnaChildProxyInterface.OnChildAdded getFieldChildAdded()Called when @child is added to @parent
SeeChildProxyInterface.OnChildAdded.onChildAdded(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gst.ChildProxy, ch.bailu.gtk.gobject.Object, ch.bailu.gtk.type.Str) -
setFieldChildRemoved
Called when @child is removed from @parent
SeeChildProxyInterface.OnChildRemoved.onChildRemoved(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gst.ChildProxy, ch.bailu.gtk.gobject.Object, ch.bailu.gtk.type.Str) -
getFieldChildRemoved
public ch.bailu.gtk.gst.JnaChildProxyInterface.OnChildRemoved getFieldChildRemoved()Called when @child is removed from @parent
SeeChildProxyInterface.OnChildRemoved.onChildRemoved(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gst.ChildProxy, ch.bailu.gtk.gobject.Object, ch.bailu.gtk.type.Str) -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-