ltmmCapture_State Constants

typedef enum _ltmmCapture_State 
{ 
   ltmmCapture_State_NotReady, 
   ltmmCapture_State_Stopped, 
   ltmmCapture_State_Previewing, 
   ltmmCapture_State_Pending, 
   ltmmCapture_State_Running, 
   ltmmCapture_State_Paused, 
   ltmmCapture_State_Starting 
} ltmmCapture_State; 

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

Constant Description
ltmmCapture_State_NotReady Indicates that the capture object is not ready for capture.
ltmmCapture_State_Stopped Indicates that the capture object is ready to run. A capture device must be defined to enter this state.
ltmmCapture_State_Previewing Indicates that the capture object is previewing, but no capturing.
ltmmCapture_State_Pending Indicates that a capture graph is built and ready to run.
ltmmCapture_State_Running Indicates that the object is actively capturing data.
ltmmCapture_State_Paused Indicates that the capture graph is currently paused.
Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Multimedia C API Help