Package-level declarations

Types

Link copied to clipboard
data class ActionResponse(val action: () -> Unit) : StreamExceptionResponse

Perform a specific action, like halting the playback or etc.

Link copied to clipboard

Don't do anything to recover from the fail and forward the exception to NewPlayer.errorFlow

Link copied to clipboard

Tell NewPlayer with which item the currently failing item should be replaced with. NewPlayer will continue to playback the new item at the position the last item failed. The mew item will also be inserted in the same playlist position as the failing item was.

Link copied to clipboard

Tell NewPlayer with which stream selection of the current item the currently failing stream selection should be replaced with. This can be used if only individual streams or tracks corresponding to one item fail.

Link copied to clipboard