Schnittstelle ControlSource.OnControlSourceGetValueArray

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.OnControlSourceGetValueArray
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    onControlSourceGetValueArray(CallbackHandler __self, ControlSource self, long timestamp, long interval, int n_values, Dbl values)
    Function for returning an array of values starting at a given timestamp.
  • Methodendetails

    • onControlSourceGetValueArray

      boolean onControlSourceGetValueArray(CallbackHandler __self, @Nonnull ControlSource self, long timestamp, long interval, int n_values, @Nonnull Dbl values)
      Function for returning an array of values starting at a given timestamp.
      Parameter:
      self - the #GstControlSource instance
      timestamp - timestamp for which a value should be calculated
      interval - the time spacing between subsequent values
      n_values - the number of values
      values - array to put control-values in
      Gibt zurück:
      %TRUE if the values were successfully calculated.