EC_STARVATION (Compact 2013)

3/26/2014

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

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

Event Notification Codes