ltmmCapture_State Constants

The ltmmCapture_State constants specify the current state of the convert object.

Const ltmmCapture_State_NotReady = 0
Const ltmmCapture_State_Stopped = 1
Const ltmmCapture_State_Previewing = 2
Const ltmmCapture_State_Pending = 3
Const ltmmCapture_State_Running = 4
Const ltmmCapture_State_Paused = 5

Constant

Description

ltmmCapture_State_NotReady

[0] Indicates that the capture control is not ready for capturing.

ltmmCapture_State_Stopped

[1] Indicates that the capture control is ready to run. A capture device must be defined to enter this state.

ltmmCapture_State_Previewing

[2] Indicates that the capture control is previewing, but no capturing.

ltmmCapture_State_Pending

[3] Indicates that a capture graph is built and ready to run.

ltmmCapture_State_Running

[4] Indicates that the object is actively capturing data.

ltmmCapture_State_Paused

[5] Indicates that the capture graph is currently paused.

See Also

ltmmCaptureCtrl.State Property