Share via


EC_STARVATION (Windows Embedded CE 6.0)

1/6/2010

A filter has detected starvation.

Parameters

  • lParam1
    Zero.
  • lParam2
    Zero.

Remarks

A filter sends this event notification.

This notification is not sent to the application.

The default handling of this notification (only when running) is for the graph to be paused until all filters enter the paused state, and then to wait for the pause to complete.

The filter that signaled EC_STARVATION should not complete the pause until it has enough data to resume. Normally, this would be sent by a parser or source filter when too little data is arriving.

For information on how to use this event code, see CBaseFilter::NotifyEvent.

Requirements

Windows Embedded CE Windows CE 2.12 and later
Note Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements
For more information, see Setting Up the Build Environment

See Also

Reference

Event Notification Codes