Searched defs:setSmoothingTimeConstant (Results 1 – 2 of 2) sorted by relevance
105 void AnalyserNode::setSmoothingTimeConstant(double k, ExceptionState& exceptionState) in setSmoothingTimeConstant() function in WebCore::AnalyserNode
54 void setSmoothingTimeConstant(double k) { m_smoothingTimeConstant = k; } in setSmoothingTimeConstant() function