C#
VB
C++
Determines which seeking capabilities are supported by the current media playback.
[FlagsAttribute()]
public enum PlaySeeking
<FlagsAttribute()>
Public Enum PlaySeeking
[FlagsAttribute()]
public enum class PlaySeeking
Members
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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET