Package ch.bailu.gtk.gst
Klasse TimedValue
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gst.TimedValue
- Alle implementierten Schnittstellen:
PointerInterface
Structure for storing a timestamp and a value.
https://gstreamer.freedesktop.org/documentation/gstreamer/gi-index.html
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandlerlongtimestamp of the value changedoublethe corresponding valuevoidsetFieldTimestamp(long timestamp) timestamp of the value changevoidsetFieldValue(double value) the corresponding valueVon 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
-
TIMESTAMP
timestamp of the value change- Siehe auch:
-
VALUE
the corresponding value- Siehe auch:
-
-
Konstruktordetails
-
TimedValue
-
TimedValue
public TimedValue()
-
-
Methodendetails
-
getClassHandler
-
setFieldTimestamp
public void setFieldTimestamp(long timestamp) timestamp of the value change -
getFieldTimestamp
public long getFieldTimestamp()timestamp of the value change -
setFieldValue
public void setFieldValue(double value) the corresponding value -
getFieldValue
public double getFieldValue()the corresponding value
-