ltmfCapture_State Constants

typedef enum _ltmfCapture_State 
{ 
   ltmfCapture_State_NotReady, 
   ltmfCapture_State_Stopped, 
   ltmfCapture_State_Previewing, 
   ltmfCapture_State_Pending, 
   ltmfCapture_State_Running, 
   ltmfCapture_State_Paused 
} ltmfCapture_State; 

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

Constant

Description

ltmfCapture_State_NotReady

Indicates that the capture object is not ready for capture.

ltmfCapture_State_Stopped

Indicates that the capture object is ready to run. A capture device must be defined to enter this state.

ltmfCapture_State_Previewing

Indicates that the capture object is previewing, but no capturing.

ltmfCapture_State_Pending

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

ltmfCapture_State_Running

Indicates that the object is actively capturing data.

ltmfCapture_State_Paused

Indicates that the capture graph is currently paused.

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Media Foundation C API Help