MicrophoneInfo

@Serializable
data class MicrophoneInfo(val type: String? = null, val sampleRate: Int? = null, val encoding: String? = null)

Constructors

Link copied to clipboard
constructor(type: String? = null, sampleRate: Int? = null, encoding: String? = null)

Properties

Link copied to clipboard
val encoding: String? = null
Link copied to clipboard
val sampleRate: Int? = null
Link copied to clipboard
val type: String? = null