createChannelSplitter method

  1. @DomName('AudioContext.createChannelSplitter')
  2. @DocsEditable()
ChannelSplitterNode createChannelSplitter ([int numberOfOutputs ])

Implementation

@DomName('AudioContext.createChannelSplitter')
@DocsEditable()
ChannelSplitterNode createChannelSplitter([int numberOfOutputs]) native;