RetryPlaybackContext

data class RetryPlaybackContext(val errorEvent: ErrorEvent, val playbackQuality: Quality?, val source: Source?)

Context for retrying playback after an error.

Contains the error code associated with the playback failure and the current playback quality, which can be used to determine whether to retry and how to adjust playback parameters.

Constructors

Link copied to clipboard
constructor(errorEvent: ErrorEvent, playbackQuality: Quality?, source: Source?)

Properties

Link copied to clipboard

The details of the error

Link copied to clipboard

The quality at the time of the error, if any.

Link copied to clipboard

The Source that caused the error, if any.