Microsoft DirectX 9.0

FilgraphManager.Pause

The Pause method pauses all the filters in the filter graph.

Syntax

objGraph.Pause() 

Parameters

This method takes no parameters.

Return Values

This method does not return a value.

Remarks

Pausing the filter graph cues the graph for immediate rendering when the graph is next run. While the graph is paused, filters process data but do not render it. Data is pushed through the graph and processed by transform filters as far as buffering permits, but renderer filters do not render the data. However, video renderers display a static poster frame of the first sample.

See Also