Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.11.27
LEADTOOLS Media Foundation Help

ltmfPlay_Seeking Constants

Show in webframe

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.

See Also

IltmfPlay::CheckSeekingCapabilites

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.