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 interface
static interface
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final String
Creates the fully configured element to access this device.static final String
The parent #GstObjectClass structure.static final String
This 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 ClassHandler
ch.bailu.gtk.gst.JnaDeviceClass.OnCreateElement
Creates the fully configured element to access this device.ch.bailu.gtk.gst.JnaDeviceClass.OnReconfigureElement
This only needs to be implemented by subclasses if the
element can be reconfigured to use a different device.static int
static TypeSystem.TypeSize
static TypeSystem.TypeSize
void
setFieldCreateElement
(DeviceClass.OnCreateElement create_element) Creates the fully configured element to access this device.void
setFieldReconfigureElement
(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, unregisterCallbacks
Von Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von 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()
-