ltmmConvert_State Constants
The ltmmConvert_State constants specify the current state of the convert control.
Const ltmmConvert_State_NotReady = 0
Const ltmmConvert_State_Stopped = 1
Const ltmmConvert_State_Running = 2
Const ltmmConvert_State_Paused
= 3
Constant |
Description |
ltmmConvert_State_NotReady |
[0] Indicates that the convert control is not ready for conversion. |
ltmmConvert_State_Stopped |
[1] Indicates that the convert control 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 control is converting data. |
ltmmConvert_State_Paused |
[3] Indicates that the convert object is paused; no data is being converted. |
See Also