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
data class RetryPlaybackContext(val errorEvent: ErrorEvent, val playbackQuality: Quality?, val source: Source?)

Context for retrying playback after an error.