event_default


Description:

public bool event_default (Object? parent, owned Event event)

Invokes the default event handler for the given pad.

The EOS event will pause the task associated with this before it is forwarded to all internally linked pads,

The event is sent to all pads internally linked to this. This function takes ownership of event.

Parameters:

this

a Pad to call the default event handler on.

parent

the parent of this or null

event

the Event to handle.

Returns:

true if the event was sent successfully.