Share via


EC_USERABORT

 
Microsoft DirectShow 9.0

EC_USERABORT

The user has terminated playback.

Parameters

lParam1

Zero.

lParam2

Zero.

Default Action

None. The application must decide whether to stop the graph.

Remarks

This event code signals that the user has terminated normal graph playback. For example, video renderers send this event if the user closes the video window.

After sending this event, the filter should reject all samples and not send any EC_REPAINT events, until the filter stops and is reset.

Requirements

  Header: Dshow.h.

See Also