ltmmPlay_State Constants

typedef enum _ltmmPlay_State 
{ 
   ltmmPlay_State_NotReady, 
   ltmmPlay_State_Stopped, 
   ltmmPlay_State_Paused, 
   ltmmPlay_State_Running, 
   ltmmPlay_State_Starting, 
} ltmmPlay_State; 

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

Constant Description
ltmmPlay_State_NotReady [0] Indicates that the play object is not ready for playback.
ltmmPlay_State_Stopped [1] Indicates that the play object is ready for playback and stopped. A source must be defined to enter this state.
ltmmPlay_State_Paused [2] Indicates that the playback paused. You can continue playback by calling the Play function.
ltmmPlay_State_Running [3] Indicates that the playback is active.
ltmmPlay_State_Starting [3] Indicates that the playback is starting.
Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Multimedia C API Help