State

Enumeration containing all possible values for Flowplayer's playback states.

Entries

Link copied to clipboard

The player doesn't have any media to play.

Link copied to clipboard

The player isn't able to immediately play from its current position. This state typically occurs when more data needs to be loaded.

Link copied to clipboard

The player is currently playing.

Link copied to clipboard

The player is able to immediately play from its current position and will start/resume playing as soon as play is called.

Link copied to clipboard

The player has finished playing the media.

Link copied to clipboard

The player doesn't have any media to play because stop was invoked on this player

Properties

Link copied to clipboard

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

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.