ltmmCaptureCtrl.RunCapture Method
object.RunCapture() |
Remarks
Runs the capture graph.
Places the object in the ltmmCapture_State_Running state. The object must be in the ltmmCapture_State_Pending or ltmmCapture_State_Paused state prior to calling this method.
This method is usually called after the ltmmCaptureCtrl.PauseCapture method.
If the method fails, an error is raised. For more information, refer to the Error Codes.
See Also