ltmmSelectionModifier Constants

Summary

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.

Syntax

typedef enum _ltmmSelectionModifier 
{ 
   ltmmSelectionModifier_None, 
   ltmmSelectionModifier_NearestKeyFrame, 
   ltmmSelectionModifier_NextKeyFrame, 
   ltmmSelectionModifier_PreviousKeyFrame, 
} ltmmSelectionModifier; 

Members

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.

Comments

Note that only the MPEG2 formats currently support a selection modifier. With any other source files, ltmmSelectionModifier_None is assumed.

See Also

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Multimedia C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.