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