PlaybackState

States the playback engine can be in.

Entries

Link copied to clipboard

The default state where no active or next media product are set. This is the initial state, and also the state reached after the last requested media product finishes playing or after the playback engine is reset.

Link copied to clipboard

We are currently playing the active media product.

Link copied to clipboard

We have an active media product, but we are not playing it, nor do we try to play it. This can be because of a user initiated pause, some error occurred or similar actions.

Link copied to clipboard

Playback is currently stalled due to some unexpected/unwanted reason, but we are still trying to play. This can happen because of buffering, waiting for resources etc.

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.