typedef enum _ltmmSelectionModifier
{
ltmmSelectionModifier_None,
ltmmSelectionModifier_NearestKeyFrame,
ltmmSelectionModifier_NextKeyFrame,
ltmmSelectionModifier_PreviousKeyFrame,
} ltmmSelectionModifier;
The ltmmSelectionModifier constants define the settings for the SelectionModifier properties for the start and stop selection points. You can use them to specify whether the selection should be exact or on a key frame.
Note that only the MPEG2 formats currently support a selection modifier. With any other source files, ltmmSelectionModifier_None is assumed.
Constant |
Description |
ltmmSelectionModifier_None |
[0] Specifies the selection should be exact, on the time specified. |
ltmmSelectionModifier_NearestKeyFrame |
[1] The selection should be adjusted to the nearest key frame. |
ltmmSelectionModifier_NextKeyFrame |
[2] The selection should be adjusted to the next key frame. |
ltmmSelectionModifier_PreviousKeyFrame |
[3] The selection should be adjusted to the previous key frame. |
IltmmConvert::get_SelectionStartModifier
IltmmConvert::put_SelectionStartModifier
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