Package-level declarations

Types

Link copied to clipboard

Signals that the DRM license expired.

Link copied to clipboard
class DrmSessionException(cause: Throwable? = null) : Exception

Signals that an error occurred and the DRM session failed because of it. More information can be found in the cause.

Link copied to clipboard

Signals that the loading of a PlaylistConfig with no sources was attempted.

Link copied to clipboard
class IllegalOperationException(message: String? = null) : Exception

Signals that the operation is not allowed in the actual state of the object.

Link copied to clipboard
class NoConnectionException(message: String? = null) : IOException

Signals that no network connection is available.

Link copied to clipboard
class UnsupportedDrmException(val reason: Int? = null, message: String? = null, cause: Throwable? = null) : Exception

Signals that the used DRM technology is not supported.