The ltmmPlay_Seeking constants determine which seeking capabilities are supported by the current media playback.
typedef enum _ltmmPlay_Seeking
{
ltmmPlay_Seeking_Forward = 0x0001,
ltmmPlay_Seeking_Backward = 0x0002,
ltmmPlay_Seeking_FrameForward = 0x0004,
ltmmPlay_Seeking_FrameBackward = 0x0008,
} ltmmPlay_Seeking;
[0x0001] Indicates that forward seeking is supported.
[0x0002] Indicates that backward seeking is supported.
[0x0004] Indicates that forward seeking, by frame, is supported.
[0x0008] Indicates that backward seeking, by frame, is supported.
IltmmPlay::CheckSeekingCapabilites
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