com.bitmovin.player.api.recovery
Types
| Name | Summary |
|---|---|
| RetryPlaybackAction | sealed interface RetryPlaybackAction Defines the possible actions to take when retrying playback after an error. |
| RetryPlaybackCallback | fun interface RetryPlaybackCallback Callback that allows the application to define the behavior when a playback error occurs. |
| RetryPlaybackConfig | class RetryPlaybackConfig(val retryPlaybackCallback: RetryPlaybackCallback) |
| RetryPlaybackContext | data class RetryPlaybackContext(val errorEvent: ErrorEvent, val playbackQuality: Quality?, val source: Source, val attemptedActions: List<RetryPlaybackAction>, val suggestedAction: RetryPlaybackAction = RetryPlaybackAction.None) Context for retrying playback after an error. |