Microsoft DirectX 9.0

EC_STARVATION

A filter is not receiving enough data.

Parameters

lParam1

Zero.

lParam2

Zero.

Default Action

The event is not sent to the application. If the filter graph is running, the filter graph manager pauses the graph and waits for the pause to complete. Then it runs the graph again. The filter sending the event should not complete its transition to paused until it has enough data to resume. If the filter graph is not running, the filter graph manager ignores this event.

Remarks

A parser or source filter can send this event if too little data is arriving.

See Also