Run, Pause, or Stop a Filter Graph

GraphEdit

 

Run, Pause, or Stop a Filter Graph

After you build or load a filter graph in GraphEdit, you can run, pause, or stop the graph. You can do this through the menu or the toolbar.

The following table lists the menu command, toolbar button, and equivalent Microsoft® DirectShow® method for each operation.

CommandMenuToolbarDirectShow Method
RunOn the Graph menu, click Play.Play ButtonIMediaControl::Run
PauseOn the Graph menu, click Pause.Pause ButtonIMediaControl::Pause
StopOn the Graph menu, click Stop.Stop ButtonIMediaControl::Stop

If the graph is seekable, you can seek using the slider bar that appears below the toolbar.