LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
PlaySeeking Enumeration
See Also  
Leadtools.Multimedia Namespace : PlaySeeking Enumeration



The PlaySeeking enumeration values are used to determine which seeking capabilities are supported by the current media playback.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum PlaySeeking 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As PlaySeeking
C# 
[FlagsAttribute()]
public enum PlaySeeking : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class PlaySeeking : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
BackwardIndicates that backward seeking is supported.
ForwardIndicates that forward seeking is supported.
FrameBackwardIndicates that backward seeking, by frame, is supported.
FrameForwardIndicates that forward seeking, by frame, is supported.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.PlaySeeking

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also