Defines the playback state of the control
Namespace: NDXVUMeterNETAssembly: DXVUMeterNETGDI (in DXVUMeterNETGDI.dll) Version: 3.0.4021.33606 (3.1.0.0)
Syntax
| C# |
|---|
public enum PlaybackStateConstants |
| Visual Basic |
|---|
Public Enumeration PlaybackStateConstants |
| Visual C++ |
|---|
public enum class PlaybackStateConstants |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Idle | 0 | The control is not playing | |
| Playing | 1 | The control is playing | |
| Paused | 2 | The control is paused |