ltmmCaptureCtrl.PauseCapture Method

Visual Basic Example

Syntax

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

Elements:

ltmmCaptureCtrl.State Property, ltmmCaptureCtrl.ReadyCapture Method, ltmmCaptureCtrl.StartCapture Method, ltmmCaptureCtrl.StopCapture Method, ltmmCapture_Mode Constants, ltmmCaptureCtrl.RunCapture Method

Topics:

Multimedia Properties, Methods and Events