AudioNode

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

Protocol object for AudioNode

Official doc

Constructors

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

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)