Package ch.bailu.gtk.gst
Schnittstelle ControlSource.OnControlSourceGetValue
- Umschließende Klasse:
ControlSource
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
onControlSourceGetValue
(CallbackHandler __self, ControlSource self, long timestamp, Dbl value) Function for returning a value for a given timestamp.
-
Methodendetails
-
onControlSourceGetValue
boolean onControlSourceGetValue(CallbackHandler __self, @Nonnull ControlSource self, long timestamp, @Nonnull Dbl value) Function for returning a value for a given timestamp.- Parameter:
self
- the #GstControlSource instancetimestamp
- timestamp for which a value should be calculatedvalue
- a value which will be set to the result.- Gibt zurück:
- %TRUE if the value was successfully calculated.
-