Searched defs:createChannelSplitter (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioContext.cpp501 PassRefPtr<ChannelSplitterNode> AudioContext::createChannelSplitter(ExceptionState& es) function in class:WebCore::AudioContext
504 return createChannelSplitter(ChannelSplitterDefaultNumberOfOutputs, es);
507 PassRefPtr<ChannelSplitterNode> AudioContext::createChannelSplitter(size_t numberOfOutputs, ExceptionState& es) function in class:WebCore::AudioContext

Completed in 246 milliseconds