Kodio
Toggle table of contents
macos
Target filter
macos
Switch theme
Search in API
Skip to content
Kodio
kodio-core
/
space.kodio.core
/
MacosAudioObject
/
Stream
Stream
macos
class
Stream
(
id
:
AudioDeviceID
)
:
MacosAudioObject
Members
Constructors
Stream
Link copied to clipboard
macos
constructor
(
id
:
AudioDeviceID
)
Properties
id
Link copied to clipboard
macos
val
id
:
AudioDeviceID
Functions
get
Available
Virtual
Formats
Link copied to clipboard
macos
fun
MemScope
.
getAvailableVirtualFormats
(
)
:
List
<
AudioStreamRangedDescription
>
get
Current
Virtual
Format
Link copied to clipboard
macos
fun
getCurrentVirtualFormat
(
scope
:
MemScope
)
:
AudioStreamBasicDescription
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.