ltmmConvert_State Constants

Summary

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

Syntax

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

Members

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.

ltmmConvert_State_Starting

[4] Indicates that the convert object is starting; no data is being converted.

See Also

IltmmConvert::get_State

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

LEADTOOLS Multimedia C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.