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 ClassHandler
A longer description of the formatA short nick of the formatint
A quark for the nickint
The unique id of this formatvoid
setFieldDescription
(Str description) A longer description of the formatvoid
setFieldNick
(Str nick) A short nick of the formatvoid
setFieldQuark
(int quark) A quark for the nickvoid
setFieldValue
(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, 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
-
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
-