Audio Node
data class AudioNode(nodeId: GraphObjectId, contextId: GraphObjectId, nodeType: NodeType, numberOfInputs: Double, numberOfOutputs: Double, channelCount: Double, channelCountMode: ChannelCountMode, channelInterpretation: ChannelInterpretation)
Content copied to clipboard
Protocol object for AudioNode
Constructors
AudioNode
Link copied to clipboard
fun AudioNode(nodeId: GraphObjectId, contextId: GraphObjectId, nodeType: NodeType, numberOfInputs: Double, numberOfOutputs: Double, channelCount: Double, channelCountMode: ChannelCountMode, channelInterpretation: ChannelInterpretation)
Content copied to clipboard
Properties
channelCount
Link copied to clipboard
channelCountMode
Link copied to clipboard
channelInterpretation
Link copied to clipboard
contextId
Link copied to clipboard
nodeId
Link copied to clipboard
numberOfInputs
Link copied to clipboard
numberOfOutputs
Link copied to clipboard
Sources
jvm source
Link copied to clipboard