ltmfPlay_Seeking Constants

Summary

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

Syntax

typedef enum _ltmfPlay_Seeking 
{ 
   ltmfPlay_Seeking_Forward = 0x0001, 
   ltmfPlay_Seeking_Backward = 0x0002, 
   ltmfPlay_Seeking_FrameForward = 0x0004, 
   ltmfPlay_Seeking_FrameBackward = 0x0008, 
} ltmfPlay_Seeking; 

Members

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.

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 Media Foundation C API Help

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