@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="ChannelSplitterNode")
public class ChannelSplitterNode
extends AudioNode
channelCount, channelCountMode, channelInterpretation| Constructor and Description |
|---|
ChannelSplitterNode(BaseAudioContext context)
The ChannelSplitterNode() constructor of the Web Audio API creates a new ChannelSplitterNode object instance, representing a node that splits the input into a separate output for each of the source node's audio channels.
|
ChannelSplitterNode(BaseAudioContext context,
ChannelSplitterOptions options)
The ChannelSplitterNode() constructor of the Web Audio API creates a new ChannelSplitterNode object instance, representing a node that splits the input into a separate output for each of the source node's audio channels.
|
connect, connect, connect, connect, connect, context, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, numberOfInputs, numberOfOutputsaddEventListener, addEventListener, addEventListener, dispatchEvent, removeEventListener, removeEventListener, removeEventListenerpublic ChannelSplitterNode(@Nonnull
BaseAudioContext context,
@Nonnull
ChannelSplitterOptions options)
public ChannelSplitterNode(@Nonnull
BaseAudioContext context)