-
public final class AudioNodeProtocol object for AudioNode
-
-
Field Summary
Fields Modifier and Type Field Description private final StringnodeIdprivate final StringcontextIdprivate final StringnodeTypeprivate final DoublenumberOfInputsprivate final DoublenumberOfOutputsprivate final DoublechannelCountprivate final ChannelCountModechannelCountModeprivate final ChannelInterpretationchannelInterpretation
-
Constructor Summary
Constructors Constructor Description AudioNode(String nodeId, String contextId, String nodeType, Double numberOfInputs, Double numberOfOutputs, Double channelCount, ChannelCountMode channelCountMode, ChannelInterpretation channelInterpretation)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Stringcomponent3()final Doublecomponent4()final Doublecomponent5()final Doublecomponent6()final ChannelCountModecomponent7()final ChannelInterpretationcomponent8()final AudioNodecopy(String nodeId, String contextId, String nodeType, Double numberOfInputs, Double numberOfOutputs, Double channelCount, ChannelCountMode channelCountMode, ChannelInterpretation channelInterpretation)final StringgetNodeId()final StringgetContextId()final StringgetNodeType()final DoublegetNumberOfInputs()final DoublegetNumberOfOutputs()final DoublegetChannelCount()final ChannelCountModegetChannelCountMode()final ChannelInterpretationgetChannelInterpretation()-
-
Constructor Detail
-
AudioNode
AudioNode(String nodeId, String contextId, String nodeType, Double numberOfInputs, Double numberOfOutputs, Double channelCount, ChannelCountMode channelCountMode, ChannelInterpretation channelInterpretation)
-
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final String component3()
-
component4
final Double component4()
-
component5
final Double component5()
-
component6
final Double component6()
-
component7
final ChannelCountMode component7()
-
component8
final ChannelInterpretation component8()
-
copy
final AudioNode copy(String nodeId, String contextId, String nodeType, Double numberOfInputs, Double numberOfOutputs, Double channelCount, ChannelCountMode channelCountMode, ChannelInterpretation channelInterpretation)
-
getContextId
final String getContextId()
-
getNodeType
final String getNodeType()
-
getNumberOfInputs
final Double getNumberOfInputs()
-
getNumberOfOutputs
final Double getNumberOfOutputs()
-
getChannelCount
final Double getChannelCount()
-
getChannelCountMode
final ChannelCountMode getChannelCountMode()
-
getChannelInterpretation
final ChannelInterpretation getChannelInterpretation()
-
-
-
-