RetryPlaybackAttempt

data class RetryPlaybackAttempt(val errorEvent: ErrorEvent, val retryAction: RetryPlaybackAction) : SourceEvent

Emitted when playback is retried after an error due to RetryPlaybackConfig.retryPlaybackCallback.

Constructors

Link copied to clipboard
constructor(errorEvent: ErrorEvent, retryAction: RetryPlaybackAction)

Properties

Link copied to clipboard

The details of the error

Link copied to clipboard

The retry action that is taken in response of the error.