Enum ETrackState
- Namespace
- XeroxDev.YTMDesktop.Companion.Enums
- Assembly
- XeroxDev.YTMDesktop.Companion.dll
The track state
public enum ETrackState
Fields
Buffering = 2
The track is buffering
Paused = 0
The track is paused
Playing = 1
The track is playing
Unknown = -1
The track state is unknown