Package ch.bailu.gtk.gst
Klasse DeviceClass
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gst.DeviceClass
- Alle implementierten Schnittstellen:
PointerInterface
The class structure for a #GstDevice object.
https://gstreamer.freedesktop.org/documentation/gstreamer/gi-index.html
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic interfacestatic interface -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final StringCreates the fully configured element to access this device.static final StringThe parent #GstObjectClass structure.static final StringThis only needs to be implemented by subclasses if the
element can be reconfigured to use a different device. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandlerch.bailu.gtk.gst.JnaDeviceClass.OnCreateElementCreates the fully configured element to access this device.ch.bailu.gtk.gst.JnaDeviceClass.OnReconfigureElementThis only needs to be implemented by subclasses if the
element can be reconfigured to use a different device.static intstatic TypeSystem.TypeSizestatic TypeSystem.TypeSizevoidsetFieldCreateElement(DeviceClass.OnCreateElement create_element) Creates the fully configured element to access this device.voidsetFieldReconfigureElement(DeviceClass.OnReconfigureElement reconfigure_element) This only needs to be implemented by subclasses if the
element can be reconfigured to use a different device.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_CLASS
The parent #GstObjectClass structure.
Private field: direct-type- Siehe auch:
-
CREATE_ELEMENT
Creates the fully configured element to access this device.
Subclasses need to override this and return a new element.
SeeDeviceClass.OnCreateElement.onCreateElement(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gst.Device, ch.bailu.gtk.type.Str)- Siehe auch:
-
RECONFIGURE_ELEMENT
This only needs to be implemented by subclasses if the
element can be reconfigured to use a different device. See the documentation
for gst_device_reconfigure_element().
SeeDeviceClass.OnReconfigureElement.onReconfigureElement(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gst.Device, ch.bailu.gtk.gst.Element)- Siehe auch:
-
-
Konstruktordetails
-
DeviceClass
-
-
Methodendetails
-
getClassHandler
-
setFieldCreateElement
Creates the fully configured element to access this device.
Subclasses need to override this and return a new element.
SeeDeviceClass.OnCreateElement.onCreateElement(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gst.Device, ch.bailu.gtk.type.Str) -
getFieldCreateElement
public ch.bailu.gtk.gst.JnaDeviceClass.OnCreateElement getFieldCreateElement()Creates the fully configured element to access this device.
Subclasses need to override this and return a new element.
SeeDeviceClass.OnCreateElement.onCreateElement(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gst.Device, ch.bailu.gtk.type.Str) -
setFieldReconfigureElement
This only needs to be implemented by subclasses if the
element can be reconfigured to use a different device. See the documentation
for gst_device_reconfigure_element().
SeeDeviceClass.OnReconfigureElement.onReconfigureElement(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gst.Device, ch.bailu.gtk.gst.Element) -
getFieldReconfigureElement
public ch.bailu.gtk.gst.JnaDeviceClass.OnReconfigureElement getFieldReconfigureElement()This only needs to be implemented by subclasses if the
element can be reconfigured to use a different device. See the documentation
for gst_device_reconfigure_element().
SeeDeviceClass.OnReconfigureElement.onReconfigureElement(ch.bailu.gtk.lib.handler.CallbackHandler, ch.bailu.gtk.gst.Device, ch.bailu.gtk.gst.Element) -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-