PadEventFunction
Description:
[ CCode ( has_target = false ) ]
public delegate bool PadEventFunction (Pad pad, Object? parent, owned Event event)
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 |
event |
the Event to handle. |
Returns:
true if the pad could handle the event. |
Namespace: Gst
Package: gstreamer-1.0