ResultCode

enum ResultCode : Enum<ResultCode>

Media result codes, coming from library components. These can be used to recognize errors and special notifications coming from media sources.

Entries

Link copied to clipboard

All went well.

Link copied to clipboard

An unknown or generic error has occurred.

Link copied to clipboard

Media source disconnected.

Link copied to clipboard

A request timed out.

Link copied to clipboard

The service has sent invalid or unexpected content.

Link copied to clipboard

The service has removed all content.

Types

Link copied to clipboard
object Companion

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int