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.

@FunctionalInterface public static interface ControlSource.OnControlSourceGetValue
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    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 instance
      timestamp - timestamp for which a value should be calculated
      value - a value which will be set to the result.
      Gibt zurück:
      %TRUE if the value was successfully calculated.