Home
last modified time | relevance | path

Searched refs:createChannelSplitter (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DAudioContext.h124 ChannelSplitterNode* createChannelSplitter(ExceptionState&);
125 ChannelSplitterNode* createChannelSplitter(size_t numberOfOutputs, ExceptionState&);
DAudioContext.cpp435 ChannelSplitterNode* AudioContext::createChannelSplitter(ExceptionState& exceptionState) in createChannelSplitter() function in blink::AudioContext
438 return createChannelSplitter(ChannelSplitterDefaultNumberOfOutputs, exceptionState); in createChannelSplitter()
441 ChannelSplitterNode* AudioContext::createChannelSplitter(size_t numberOfOutputs, ExceptionState& ex… in createChannelSplitter() function in blink::AudioContext
DAudioContext.idl75 …[RaisesException] ChannelSplitterNode createChannelSplitter(optional unsigned long numberOfOutputs…