Readium
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Readium
readium-adapter-exoplayer-audio
/
org.readium.adapter.exoplayer.audio
/
ExoPlayerEngine
/
Error
Error
sealed
class
Error
:
AudioEngine.Error
Inheritors
Engine
Source
Members
Types
Engine
Link copied to clipboard
data
class
Engine
(
val
cause
:
ThrowableError
<
ExoPlaybackException
>
)
:
ExoPlayerEngine.Error
Source
Link copied to clipboard
data
class
Source
(
val
cause
:
ReadError
)
:
ExoPlayerEngine.Error
Properties
cause
Link copied to clipboard
open
override
val
cause
:
Error
?
message
Link copied to clipboard
open
override
val
message
:
String