Kodio
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Kodio
kodio-core
/
space.kodio.core
/
JvmAudioException
Jvm
Audio
Exception
jvm
sealed
class
JvmAudioException
:
Exception
Inheritors
DeviceNotFound
LineNotAvailable
UnsupportedLineType
UnsupportedJvmEncoding
UnsupportedCommonEncoding
Members
Types
Device
Not
Found
Link copied to clipboard
jvm
data
class
DeviceNotFound
(
val
device
:
AudioDevice
)
:
JvmAudioException
Line
Not
Available
Link copied to clipboard
jvm
data
class
LineNotAvailable
(
val
error
:
LineUnavailableException
)
:
JvmAudioException
Unsupported
Common
Encoding
Link copied to clipboard
jvm
data
class
UnsupportedCommonEncoding
(
val
encoding
:
SampleEncoding
)
:
JvmAudioException
Unsupported
Jvm
Encoding
Link copied to clipboard
jvm
data
class
UnsupportedJvmEncoding
(
val
encoding
:
AudioFormat.Encoding
)
:
JvmAudioException
Unsupported
Line
Type
Link copied to clipboard
jvm
data
class
UnsupportedLineType
(
val
lineClass
:
KClass
<
*
>
)
:
JvmAudioException
Properties
cause
Link copied to clipboard
jvm
open
val
cause
:
Throwable
?
message
Link copied to clipboard
jvm
open
val
message
:
String
?