typedef enum _ltmfPlay_Seeking
{
ltmfPlay_Seeking_Forward = 0x0001,
ltmfPlay_Seeking_Backward = 0x0002,
ltmfPlay_Seeking_FrameForward = 0x0004,
ltmfPlay_Seeking_FrameBackward = 0x0008,
} ltmfPlay_Seeking;
The ltmfPlay_Seeking constants determine which seeking capabilities are supported by the current media playback.
Constant |
Description |
ltmfPlay_Seeking_Forward |
[0x0001] Indicates that forward seeking is supported. |
ltmfPlay_Seeking_Backward |
[0x0002] Indicates that backward seeking is supported. |
ltmfPlay_Seeking_FrameForward |
[0x0004] Indicates that forward seeking, by frame, is supported. |
ltmfPlay_Seeking_FrameBackward |
[0x0008] Indicates that backward seeking, by frame, is supported. |
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