
main.web.audio.AudioNodeOptions.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.audio
sealed external interface AudioNodeOptions {
var channelCount: Int?
var channelCountMode: ChannelCountMode?
var channelInterpretation: ChannelInterpretation?
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy