ltmmPlay_Seeking Constants

Summary

The ltmmPlay_Seeking constants determine which seeking capabilities are supported by the current media playback.

Syntax

typedef enum _ltmmPlay_Seeking 
{ 
   ltmmPlay_Seeking_Forward = 0x0001, 
   ltmmPlay_Seeking_Backward = 0x0002, 
   ltmmPlay_Seeking_FrameForward = 0x0004, 
   ltmmPlay_Seeking_FrameBackward = 0x0008, 
} ltmmPlay_Seeking; 

Members

ltmmPlay_Seeking_Forward

[0x0001] Indicates that forward seeking is supported.

ltmmPlay_Seeking_Backward

[0x0002] Indicates that backward seeking is supported.

ltmmPlay_Seeking_FrameForward

[0x0004] Indicates that forward seeking, by frame, is supported.

ltmmPlay_Seeking_FrameBackward

[0x0008] Indicates that backward seeking, by frame, is supported.

See Also

IltmmPlay::CheckSeekingCapabilites

Help Version 22.0.2023.1.26
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.