ltmfPlay_State Constants

typedef enum _ltmfPlay_State 
{ 
   ltmfPlay_State_NotReady, 
   ltmfPlay_State_Stopped, 
   ltmfPlay_State_Paused, 
   ltmfPlay_State_Running, 
} ltmfPlay_State; 

The ltmfPlay_State constants specify the current state of the play object.

Constant

Description

ltmfPlay_State_NotReady

[0] Indicates that the play object is not ready for playback.

ltmfPlay_State_Stopped

[1] Indicates that the play object is ready for playback and stopped. A source must be defined to enter this state.

ltmfPlay_State_Paused

[2] Indicates that the playback paused. You can continue playback by calling the Play function.

ltmfPlay_State_Running

[3] Indicates that the playback is active.

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