The operation state of the control. This can be Stopped, Playing and Paused.
Namespace:
CSAudioPlayer
Assembly:
CSAudioPlayer (in CSAudioPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax Public Enumeration PlayingState
Dim instance As PlayingState
CSAudioPlayer.PlayingState = function();
CSAudioPlayer.PlayingState.createEnum('CSAudioPlayer.PlayingState', false);
Members
| Member name | Value | Description |
---|
| Stopped | 1 | |
| Playing | 2 | |
| Paused | 3 | |
See Also