←Select platform

PlaySeeking Enumeration

Summary

Determines which seeking capabilities are supported by the current media playback.

Syntax

C#
VB
C++
[FlagsAttribute()] 
public enum PlaySeeking   
<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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaFoundation Assembly