Kodio
Toggle table of contents
macos
Target filter
macos
Switch theme
Search in API
Skip to content
Kodio
kodio-core
/
space.kodio.core
/
MacosAudioObject
/
Input
Input
macos
class
Input
(
id
:
AudioDeviceID
)
:
MacosAudioObject.Device
Members
Constructors
Input
Link copied to clipboard
macos
constructor
(
id
:
AudioDeviceID
)
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
>