Microsoft DirectX 9.0

EC_BUFFERING_DATA

The graph is buffering data, or has stopped buffering data.

Parameters

lParam1

TRUE if the graph is starting to buffer, or FALSE if the graph has stopped buffering.

lParam2

Zero.

Default Action

None.

Remarks

A filter can send this event if it needs to buffer data from an external source. (For example, it might be loading data from a network.) The application can use this event to adjust its user interface.

See Also