PadDispatcherFunction
Description:
public delegate bool PadDispatcherFunction (
Pad pad)
A dispatcher function is called for all internally linked pads, see dispatcher
.
Parameters:
| pad |
the Pad that is dispatched. |
| data |
the gpointer to optional user data. |
Returns:
| TRUE if the dispatching procedure has to be stopped. |