Kodio
Toggle table of contents
macos
Target filter
macos
Switch theme
Search in API
Skip to content
Kodio
kodio-core
/
space.kodio.core
/
MacosAudioQueueProperty
Macos
Audio
Queue
Property
macos
sealed
class
MacosAudioQueueProperty
<
V
:
CVariable
,
T
>
Inheritors
IsRunning
CurrentDevice
Members
Types
Current
Device
Link copied to clipboard
macos
data
object
CurrentDevice
:
MacosAudioQueueProperty
<
CFStringRefVar
,
String
>
Is
Running
Link copied to clipboard
macos
data
object
IsRunning
:
MacosAudioQueueProperty
<
UInt32Var
,
UInt32
>
Properties
id
Link copied to clipboard
macos
val
id
:
AudioQueuePropertyID
Functions
alloc
Link copied to clipboard
macos
abstract
fun
alloc
(
scope
:
MemScope
,
value
:
T
)
:
V
read
Value
Link copied to clipboard
macos
abstract
fun
readValue
(
variable
:
V
)
:
T