AudioNode

@Serializable
data class AudioNode(val nodeId: String, val contextId: String, val nodeType: String, val numberOfInputs: Double, val numberOfOutputs: Double, val channelCount: Double, val channelCountMode: WebAudio.ChannelCountMode, val channelInterpretation: WebAudio.ChannelInterpretation)

Protocol object for AudioNode

Constructors

Link copied to clipboard
constructor(nodeId: String, contextId: String, nodeType: String, numberOfInputs: Double, numberOfOutputs: Double, channelCount: Double, channelCountMode: WebAudio.ChannelCountMode, channelInterpretation: WebAudio.ChannelInterpretation)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard