PlaySeeking Enumeration

Summary
Determines which seeking capabilities are supported by the current media playback.
Syntax
C#
C++/CLI
[FlagsAttribute()] 
public enum PlaySeeking   
[FlagsAttribute()] 
public enum class PlaySeeking   
Members
ValueMemberDescription
0x00000001Forward Indicates that forward seeking is supported.
0x00000002Backward Indicates that backward seeking is supported.
0x00000004FrameForward Indicates that forward seeking, by frame, is supported.
0x00000008FrameBackward Indicates that backward seeking, by frame, is supported.
Requirements

Target Platforms

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

Leadtools.MediaFoundation Assembly

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