RetryPlaybackContext
data class RetryPlaybackContext(val errorEvent: ErrorEvent, val playbackQuality: Quality?, val source: Source, val attemptedActions: List<RetryPlaybackAction>)
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, attemptedActions: List<RetryPlaybackAction>)
Properties
Link copied to clipboard
The previous RetryPlaybackAction that was taken for this error, if any.
Link copied to clipboard
The details of the error
Link copied to clipboard
The quality at the time of the error, if any.