| 119 | _detail->_maxDecibels->setFloat(static_cast<float>(k)); |
| 120 | } |
| 121 | double AnalyserNode::maxDecibels() const |
| 122 | { |
| 123 | return _detail->m_analyser->maxDecibels(); |
| 124 | } |
| 125 | |
| 126 | void AnalyserNode::setSmoothingTimeConstant(double k) |
| 127 | { |
nothing calls this directly
no outgoing calls
no test coverage detected