Package ch.bailu.gtk.gst
Schnittstelle Pad.OnPadActivateModeFunction
- Umschließende Klasse:
Pad
- 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
onPadActivateModeFunction
(CallbackHandler __self, Pad pad, Object parent, int mode, boolean active) The prototype of the push and pull activate functions.
-
Methodendetails
-
onPadActivateModeFunction
boolean onPadActivateModeFunction(CallbackHandler __self, @Nonnull Pad pad, @Nonnull Object parent, int mode, boolean active) The prototype of the push and pull activate functions.- Parameter:
pad
- a #GstPadparent
- the parent of @padmode
- the requested activation mode of @padactive
- activate or deactivate the pad.- Gibt zurück:
- %TRUE if the pad could be activated or deactivated.
-