C#
VB
C++
Specifies the current state of the PlayCtrl object.
public enum PlayState
Public Enum PlayState
public enum class PlayState
Members
Value | Member | Description |
---|---|---|
0x00000000 | NotReady | Indicates that the play object is not ready for playback. |
0x00000001 | Stopped | Indicates that the PlayCtrl object is ready for playback and has stopped. |
0x00000002 | Paused | Indicates that playback has paused. |
0x00000003 | Running | Indicates that playback is active. |
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