Enum MediaState (gb.media)

Enum MediaState Is Null, Paused, Playing, Ready, Unknown

Constant Description
Null   This constant represents the null state or initial state of a MediaControl.

Paused   This constant represents the state of a paused MediaControl.

Playing   This constant represents a playing MediaControl.

Ready   This constant represent the state of a ready MediaControl.

Unknown   This constant represents an unknown MediaControl state.