The ltmmPlay_State constants specify the current state of the play object.
typedef enum _ltmmPlay_State
{
ltmmPlay_State_NotReady,
ltmmPlay_State_Stopped,
ltmmPlay_State_Paused,
ltmmPlay_State_Running,
ltmmPlay_State_Starting,
} ltmmPlay_State;
[0] Indicates that the play object is not ready for playback.
[1] Indicates that the play object is ready for playback and stopped. A source must be defined to enter this state.
[2] Indicates that the playback paused. You can continue playback by calling the Play function.
[3] Indicates that the playback is active.
[3] Indicates that the playback is starting.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document