SourceWarningCode

enum SourceWarningCode : Enum<SourceWarningCode> , WarningCode

2000 - 2999: Source-related warning codes

  • 2000 - 2099: General

  • 2100 - 2199: Playback

  • 2200 - 2299: Network

  • 2300 - 2399: DRM

Entries

Link copied to clipboard

It was not possible to setup the configured security level. The message of the according SourceEvent.Warning provides more information.

Link copied to clipboard

A media track or quality was filtered out of the playback session according to the configured MediaFilter. The message of the according SourceEvent.Warning provides more information.

Link copied to clipboard

It was not possible to parse some metadata. The message of the according SourceEvent.Warning provides more information.

Link copied to clipboard

It was not possible to parse a subtitle track. The message of the according SourceEvent.Warning provides more information.

Link copied to clipboard

It was not possible to load a subtitle track because the URI was not valid or the communication with the server failed. The message of the according SourceEvent.Warning provides more information.

Link copied to clipboard

It was not possible to parse a thumbnail track. The message of the according SourceEvent.Warning provides more information.

Link copied to clipboard

It was not possible to load a thumbnail track because the URI was not valid or the communication with the server failed. The message of the according SourceEvent.Warning provides more information.

Link copied to clipboard

A track with an unsupported codec or format was discovered. The message of the according SourceEvent.Warning provides more information.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val value: Int

The raw code value associated with the deficiency.