Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.11.27
LEADTOOLS Media Foundation Help

ltmfCapture_State Constants

Show in webframe

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.

See Also

IltmfCapture::get_State

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.