Package ch.bailu.gtk.gst
Schnittstelle Pad.OnPadActivateFunction
- 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
onPadActivateFunction
(CallbackHandler __self, Pad pad, Object parent) This function is called when the pad is activated during the element
READY to PAUSED state change.
-
Methodendetails
-
onPadActivateFunction
This function is called when the pad is activated during the element
READY to PAUSED state change. By default this function will call the
activate function that puts the pad in push mode but elements can
override this function to activate the pad in pull mode if they wish.- Parameter:
pad
- a #GstPadparent
- the parent of @pad- Gibt zurück:
- %TRUE if the pad could be activated.
-