AudioDeviceInfo

data class AudioDeviceInfo(val directions: AudioIoDirection, val id: Int, val name: String, val sampleRate: UInt, val channels: UInt)

Constructors

Link copied to clipboard
constructor(directions: AudioIoDirection, id: Int, name: String, sampleRate: UInt, channels: UInt)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Int
Link copied to clipboard
Link copied to clipboard