Searched refs:channelInterpretation (Results 1 – 4 of 4) sorted by relevance
217 void AudioBus::copyFrom(const AudioBus& sourceBus, ChannelInterpretation channelInterpretation) in copyFrom() argument229 switch (channelInterpretation) { in copyFrom()242 void AudioBus::sumFrom(const AudioBus& sourceBus, ChannelInterpretation channelInterpretation) in sumFrom() argument254 switch (channelInterpretation) { in sumFrom()
177 String channelInterpretation();
37 [RaisesException=Setter] attribute DOMString channelInterpretation;
321 String AudioNode::channelInterpretation() in channelInterpretation() function in WebCore::AudioNode