Package ch.bailu.gtk.gst
Klasse FormatDefinition
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gst.FormatDefinition
- Alle implementierten Schnittstellen:
PointerInterface
A format definition
https://gstreamer.freedesktop.org/documentation/gstreamer/gi-index.html
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandlerA longer description of the formatA short nick of the formatintA quark for the nickintThe unique id of this formatvoidsetFieldDescription(Str description) A longer description of the formatvoidsetFieldNick(Str nick) A short nick of the formatvoidsetFieldQuark(int quark) A quark for the nickvoidsetFieldValue(int value) The unique id of this formatVon 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
-
VALUE
The unique id of this format- Siehe auch:
-
NICK
A short nick of the format- Siehe auch:
-
DESCRIPTION
A longer description of the format- Siehe auch:
-
QUARK
A quark for the nick- Siehe auch:
-
-
Konstruktordetails
-
FormatDefinition
-
FormatDefinition
public FormatDefinition()
-
-
Methodendetails
-
getClassHandler
-
setFieldValue
public void setFieldValue(int value) The unique id of this format -
getFieldValue
public int getFieldValue()The unique id of this format -
setFieldNick
A short nick of the format -
getFieldNick
A short nick of the format -
setFieldDescription
A longer description of the format -
getFieldDescription
A longer description of the format -
setFieldQuark
public void setFieldQuark(int quark) A quark for the nick -
getFieldQuark
public int getFieldQuark()A quark for the nick
-