Stopped

An Active state indicating playback has been fully stopped

Properties

Link copied to clipboard
abstract val end: suspend () -> PlaybackState.Closed

Transitions into an Closed state

Link copied to clipboard

The MediaSurfaceController for rendering to a video

Link copied to clipboard
abstract val reinitialize: suspend () -> PlaybackState.Initialized

Transitions back to an Initialized state

Link copied to clipboard
abstract val reset: suspend () -> PlaybackState.Uninitialized

Transitions back into an Uninitialized state

Link copied to clipboard

The VolumeController for adjusting the volume

Functions

Link copied to clipboard
abstract fun failWithError(error: PlaybackError): suspend () -> PlaybackState.Error

Transitions into an Error state

Link copied to clipboard
open fun <S : KalugaState> remain(): suspend () -> S