Variable ChannelSplitterNode
ChannelSplitterNode: {
prototype: ChannelSplitterNode;
new (
context: BaseAudioContext,
options?: ChannelSplitterOptions,
): ChannelSplitterNode;
}
prototype: ChannelSplitterNode;
new (
context: BaseAudioContext,
options?: ChannelSplitterOptions,
): ChannelSplitterNode;
}
Type declaration
- new (
 context: BaseAudioContext,
 options?: ChannelSplitterOptions,
 ): ChannelSplitterNode
- Parameters- context: BaseAudioContext
- Optionaloptions: ChannelSplitterOptions
 - Returns ChannelSplitterNode
 
- new (
- prototype: ChannelSplitterNode