uapmd-binding
Toggle table of contents
Common
Target filter
Common
Switch theme
Search in API
Skip to content
uapmd-binding
uapmd-binding
/
dev.atsushieno.uapmd
/
AudioDeviceInfo
Audio
Device
Info
data
class
AudioDeviceInfo
(
val
directions
:
AudioIoDirection
,
val
id
:
Int
,
val
name
:
String
,
val
sampleRate
:
UInt
,
val
channels
:
UInt
)
Members
Constructors
Audio
Device
Info
Link copied to clipboard
constructor
(
directions
:
AudioIoDirection
,
id
:
Int
,
name
:
String
,
sampleRate
:
UInt
,
channels
:
UInt
)
Properties
channels
Link copied to clipboard
val
channels
:
UInt
directions
Link copied to clipboard
val
directions
:
AudioIoDirection
id
Link copied to clipboard
val
id
:
Int
name
Link copied to clipboard
val
name
:
String
sample
Rate
Link copied to clipboard
val
sampleRate
:
UInt