Package ch.bailu.gtk.gst
Schnittstelle Caps.OnCapsForeachFunc
- Umschließende Klasse:
Caps
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
onCapsForeachFunc
(CallbackHandler __self, CapsFeatures features, Structure structure, Pointer user_data) A function that will be called in gst_caps_foreach().
-
Methodendetails
-
onCapsForeachFunc
boolean onCapsForeachFunc(CallbackHandler __self, @Nonnull CapsFeatures features, @Nonnull Structure structure, @Nullable Pointer user_data) A function that will be called in gst_caps_foreach(). The function may
not modify @features or @structure.- Parameter:
features
- the #GstCapsFeaturesstructure
- the #GstStructureuser_data
- user data- Gibt zurück:
- %TRUE if the foreach operation should continue, %FALSE if the foreach operation should stop with %FALSE.
-