Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.24
LEADTOOLS Multimedia API Help

ltmmConvert_State Constants

Show in webframe

typedef enum _ltmmConvert_State
{
   ltmmConvert_State_NotReady,
   ltmmConvert_State_Stopped,
   ltmmConvert_State_Running,
   ltmmConvert_State_Paused
} ltmmConvert_State;

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

Constant

Description

ltmmConvert_State_NotReady

[0] Indicates that the convert object is not ready for conversion.

ltmmConvert_State_Stopped

[1] Indicates that the convert object is ready for conversion and stopped. A source and a target must be defined to enter this state.

ltmmConvert_State_Running

[2] Indicates that the convert object is converting data.

ltmmConvert_State_Paused

[3] Indicates that the convert object is paused; no data is being converted.

See Also

IltmmConvert::get_State

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