VideoPlayState Enumeration
Specifies the state of a Video instance.
Definition
| public enum VideoPlayState : int |
Values
| VideoPlayState.Undefined | 0 |
| VideoPlayState.InitializingDecoder | 1 |
| VideoPlayState.Transitioning | 2 |
| VideoPlayState.Buffering | 3 |
| VideoPlayState.Blocked | 4 |
| VideoPlayState.Ready | 5 |
| VideoPlayState.Playing | 6 |
| VideoPlayState.Paused | 7 |
| VideoPlayState.Stopped | 8 |
| VideoPlayState.Ended | 9 |
| VideoPlayState.Error | 0 |
Enumeration Information
| Namespace | System.Drawing |
|---|
| Flash Library | System.Windows.Forms.scl |
|---|
| Flash Library Version | 2.0.0.2118 |
|---|
| Silverlight Library | System.Windows.Forms.dll |
|---|