ltmfConvert_State Constants

typedef enum _ltmfConvert_State 
{ 
   ltmfConvert_State_NotReady, 
   ltmfConvert_State_Stopped, 
   ltmfConvert_State_Running, 
   ltmfConvert_State_Paused 
} ltmfConvert_State; 

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

Constant

Description

ltmfConvert_State_NotReady

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

ltmfConvert_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.

ltmfConvert_State_Running

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

ltmfConvert_State_Paused

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Media Foundation C API Help