Package ch.bailu.gtk.gst
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.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
onMiniObjectNotify
(CallbackHandler __self, Pointer user_data, 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.
-
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 addedobj
- the mini object
-