IviPlaybackState

enum IviPlaybackState : Enum<IviPlaybackState> , Parcelable

The current state of playback for a given media source.

Transposes the raw value from PlaybackState, into a proper Kotlin enum.

Entries

Link copied to clipboard

State when the player is idle, and needs configuration to start playback.

Link copied to clipboard

State when the player's playback is paused.

Link copied to clipboard

State when the player's playback is ongoing.

Link copied to clipboard

State when the player is in error state and cannot self-recover.

Types

Link copied to clipboard
object Companion

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)