FilgraphManager.Pause
Microsoft DirectShow 9.0 |
FilgraphManager.Pause
- Note This topic is deprecated. It applies to Visual Basic 6.0. DirectShow is not supported for Visual Basic .NET or C#.
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.
Requirements
Reference: Add a reference to ActiveMovie control type library.
Library: Quartz.dll.
See Also