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