Kodio
Toggle table of contents
macos
Target filter
macos
Switch theme
Search in API
Skip to content
Kodio
kodio-core
/
space.kodio.core
/
MacosAudioQueue
/
ReadOnly
/
State
State
macos
class
State
(
val
running
:
Boolean
,
val
channel
:
Channel
<
ByteArray
>
)
Members
Constructors
State
Link copied to clipboard
macos
constructor
(
running
:
Boolean
,
channel
:
Channel
<
ByteArray
>
)
Properties
channel
Link copied to clipboard
macos
val
channel
:
Channel
<
ByteArray
>
running
Link copied to clipboard
macos
val
running
:
Boolean