public enum PlayStateEnum
Public Enumeration PlayStateEnum
No code example is currently available or this language may not be supported.
None | 0 | No play state defined or unknown. |
Stop | 1 | The player is stopped. |
Play | 2 | The player is playing. |
Reverse | 3 | The player is playing in reverse. |
Pause | 4 | The player is paused on the current frame. |