Schnittstelle Gst.OnLogFunction

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

@FunctionalInterface public static interface Gst.OnLogFunction
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    onLogFunction(CallbackHandler __self, DebugCategory category, int level, Str file, Str function, int line, Object object, ch.bailu.gtk.gst.DebugMessage message, Pointer user_data)
    Function prototype for a logging function that can be registered with
    gst_debug_add_log_function().
  • Methodendetails

    • onLogFunction

      void onLogFunction(CallbackHandler __self, @Nonnull DebugCategory category, int level, @Nonnull Str file, @Nonnull Str function, int line, @Nonnull Object object, @Nonnull ch.bailu.gtk.gst.DebugMessage message, @Nullable Pointer user_data)
      Function prototype for a logging function that can be registered with
      gst_debug_add_log_function().
      Use G_GNUC_NO_INSTRUMENT on that function.
      Parameter:
      category - a #GstDebugCategory
      level - a #GstDebugLevel
      file - file name
      function - function name
      line - line number
      object - a #GObject
      message - the message
      user_data - user data for the log function