Kodio
Toggle table of contents
macos
Target filter
macos
Switch theme
Search in API
Skip to content
Kodio
kodio-core
/
space.kodio.core
/
MacosAudioObject
/
Device
Device
macos
sealed
class
Device
:
MacosAudioObject
Inheritors
Input
Output
Members
Properties
channel
Count
Link copied to clipboard
macos
val
channelCount
:
Int
id
Link copied to clipboard
macos
val
id
:
AudioDeviceID
name
Link copied to clipboard
macos
val
name
:
String
?
uid
Link copied to clipboard
macos
val
uid
:
String
?
Functions
get
Device
CFString
Link copied to clipboard
macos
fun
getDeviceCFString
(
selector
:
AudioObjectPropertySelector
)
:
String
?
Read a CFString-valued device property (UID or Name). Returns null on error.
get
Device
Streams
Link copied to clipboard
macos
fun
getDeviceStreams
(
)
:
List
<
MacosAudioObject.Stream
>