Package-level declarations

Types

Link copied to clipboard
sealed interface RetryPlaybackAction

Defines the possible actions to take when retrying playback after an error.

Link copied to clipboard
fun interface RetryPlaybackCallback

Callback that allows the application to define the behavior when a playback error occurs.

Link copied to clipboard
class RetryPlaybackConfig(val retryPlaybackCallback: RetryPlaybackCallback)
Link copied to clipboard
class RetryPlaybackContext(val errorCode: ErrorCode, val playbackQuality: Quality?)

Context for retrying playback after an error.