Microsoft DirectX 9.0 |
This topic applies to Windows XP only.
The Run method runs the filter graph.
Syntax
objMSVidCtl.Run()
Parameters
This method takes no parameters.
Error Codes
If the method fails, an error is raised and Err.Number is set to a value other than zero.
Return Values
This method does not return a value.
Example
VidCtl.Run
Remarks
This method builds the filter graph if the state is unbuilt, and puts the graph into the running state. For more information on the behavior of Build, View and Run, see MSVidCtl.View
See Also