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 ClassHandler
long
timestamp of the value changedouble
the corresponding valuevoid
setFieldTimestamp
(long timestamp) timestamp of the value changevoid
setFieldValue
(double value) the corresponding valueVon 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
-
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
-