FilgraphManager.Stop

 
Microsoft DirectShow 9.0

FilgraphManager.Stop

  • Note   This topic is deprecated. It applies to Visual Basic 6.0. DirectShow is not supported for Visual Basic .NET or C#.

The Stop method stops all the filters in the filter graph.

Syntax

  objGraph
  .Stop() 

Parameters

This method takes no parameters.

Return Values

This method does not return a value.

Remarks

If the graph is running, this method pauses the graph before stopping it. While paused, video renderers can copy the current frame to display as a poster frame.

This method does not seek to the beginning of the stream. Therefore, if you call this method and then call the FilgraphManager.Run method, playback resumes from the stopped position. To seek, use the IMediaPosition object.

Requirements

Reference: Add a reference to ActiveMovie control type library.

Library: Quartz.dll.

See Also