Status

Various player states

Entries

Link copied to clipboard

I n i t i a l i z e d
The player is initialized but not playing and does not have an item to play. This should be the default state

Link copied to clipboard

F a i l e d
The player failed to load the item or failed to play the item

Link copied to clipboard

B u f f e r i n g
The player is about to begin buffering

Link copied to clipboard

B u f f e r i n g_F i n i s h e d
The player has finished buffering

Link copied to clipboard

P l a y i n g
The player is playing the item

Link copied to clipboard

P a u s e d
The player has been paused

Link copied to clipboard

F i n i s h e d
The player has finished the whole item. This would be the last state for an item

Link copied to clipboard

U n k n o w n
The player state is unknown. We should not see this state.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.