The ltmfPlay_Notify constants define the WPARAM parameter used in notification messages.
typedef enum _ltmfPlay_Notify
{
ltmfPlay_Notify_StateChanged,
ltmfPlay_Notify_Error,
ltmfPlay_Notify_TrackingPositionChanged,
ltmfPlay_Notify_TrackingSelectionChanged,
} ltmfPlay_Notify;
[0] Indicates that the play objects state has changed. The high order 32 bits of LPARAM contain the previous state. The low order 32 bits of LPARAM contain the current state.
[1] Indicates a playback error has occurred. The message LPARAM value contains the HRESULT error code.
[2] Indicates that the current tracking position has changed. The LPARAM value contains the new tracking position.
[3] Indicates that the current tracking selection has changed. The high order 32 bits of LPARAM contain the previous ending position. The low order 32 bits of LPARAM contain the starting position.
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