Enumeration for the player states.
C# Copy public enum PlayerState
public enum PlayerState
The paused state.
The playing state.
The seek forward state.
The seek rewind state.
The stopped state.