PlayerPlayingState

PlayerPlayingState ⇐ Const

Kind: global class
Extends: Const

PlayerPlayingState()

A static class that exposes various Player playing states.

UNKNOWN

Value for an unknown playing state.

Kind: static constant of PlayerPlayingState

PLAY

Value for a PLAY playing state.

Kind: static constant of PlayerPlayingState

PAUSE

Value for a PAUSE playing state.

Kind: static constant of PlayerPlayingState

FORWARD

Value for a FORWARD playing state.

Kind: static constant of PlayerPlayingState

REWIND

Value for a REWIND playing state.

Kind: static constant of PlayerPlayingState