Package ch.bailu.gtk.gst
Schnittstelle Caps.OnCapsFilterMapFunc
- 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
onCapsFilterMapFunc
(CallbackHandler __self, CapsFeatures features, Structure structure, Pointer user_data) A function that will be called in gst_caps_filter_and_map_in_place().
-
Methodendetails
-
onCapsFilterMapFunc
boolean onCapsFilterMapFunc(CallbackHandler __self, @Nonnull CapsFeatures features, @Nonnull Structure structure, @Nullable Pointer user_data) A function that will be called in gst_caps_filter_and_map_in_place().
The function may modify @features and @structure, and both will be
removed from the caps if %FALSE is returned.- Parameter:
features
- the #GstCapsFeaturesstructure
- the #GstStructureuser_data
- user data- Gibt zurück:
- %TRUE if the features and structure should be preserved, %FALSE if it should be removed.
-