EC_STARVATION (Windows CE 5.0)
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
DirectShow applications and DirectShow filters have different include file and link library requirements.
For more information, see Setting Up the Build Environment.
Pocket PC: Windows Mobile 5.0 and later
Smartphone: Windows Mobile 5.0 and later
OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header:
See Also
Send Feedback on this topic to the authors