RetryPlaybackContext

class RetryPlaybackContext(val errorCode: ErrorCode, val playbackQuality: Quality?)

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.

The errorCode provides details about the nature of the error, while the playbackQuality represents the quality at the time of the error.

Constructors

Link copied to clipboard
constructor(errorCode: ErrorCode, playbackQuality: Quality?)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String