PadEventFunction


Description:

[ CCode ( has_target = false ) ]
public delegate bool PadEventFunction (Pad pad, Object? parent, owned Event event)

Function signature to handle an event for the pad.

Parameters:

pad

the Pad to handle the event.

parent

the parent of pad. If the NEED_PARENT flag is set, parent is guaranteed to be not-%NULL and remain valid during the execution of this function.

event

the Event to handle.

Returns:

true if the pad could handle the event.


Namespace: Gst
Package: gstreamer-1.0