Leadtools.Multimedia Namespace : PlaySeeking Enumeration |
'Declaration <FlagsAttribute()> Public Enum PlaySeeking Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As PlaySeeking
[FlagsAttribute()] public enum PlaySeeking : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
[FlagsAttribute()] public enum class PlaySeeking : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000001 | Forward | Indicates that forward seeking is supported. |
0x00000002 | Backward | Indicates that backward seeking is supported. |
0x00000004 | FrameForward | Indicates that forward seeking, by frame, is supported. |
0x00000008 | FrameBackward | Indicates that backward seeking, by frame, is supported. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.PlaySeeking