State

sealed class State

Represents the state of a playback session.

Inheritors

Types

Link copied to clipboard
data class Error(val error: Throwable) : AudioPlaybackSession.State
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Serializes this playback session state to a binary blob.

Link copied to clipboard

Extension to convert legacy playback session states to the unified state.