PlayerState Enum

Definition

Describes the state of the Player object.

public enum class PlayerState
public enum PlayerState
type PlayerState = 
Public Enum PlayerState
Inheritance
PlayerState

Fields

Paused 2

The player is paused.

Started 0

The player is playing.

Stopped 1

The player is stopped.

Applies to