OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createChannelSplitter
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioContext.idl
78
[RaisesException] ChannelSplitterNode
createChannelSplitter
(optional unsigned long numberOfOutputs);
AudioContext.h
138
PassRefPtr<ChannelSplitterNode>
createChannelSplitter
(ExceptionState&);
139
PassRefPtr<ChannelSplitterNode>
createChannelSplitter
(size_t numberOfOutputs, ExceptionState&);
AudioContext.cpp
563
PassRefPtr<ChannelSplitterNode> AudioContext::
createChannelSplitter
(ExceptionState& exceptionState)
566
return
createChannelSplitter
(ChannelSplitterDefaultNumberOfOutputs, exceptionState);
569
PassRefPtr<ChannelSplitterNode> AudioContext::
createChannelSplitter
(size_t numberOfOutputs, ExceptionState& exceptionState)
[
all
...]
Completed in 26 milliseconds