Schnittstelle MiniObject.OnMiniObjectNotify

Umschließende Klasse:
MiniObject
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface MiniObject.OnMiniObjectNotify
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    A #GstMiniObjectNotify function can be added to a mini object as a
    callback that gets triggered when gst_mini_object_unref() drops the
    last ref and @obj is about to be freed.
  • Methodendetails

    • onMiniObjectNotify

      void onMiniObjectNotify(CallbackHandler __self, @Nullable Pointer user_data, @Nonnull MiniObject obj)
      A #GstMiniObjectNotify function can be added to a mini object as a
      callback that gets triggered when gst_mini_object_unref() drops the
      last ref and @obj is about to be freed.
      Parameter:
      user_data - data that was provided when the notify was added
      obj - the mini object