| 110 | _detail->_minDecibels->setFloat(static_cast<float>(k)); |
| 111 | } |
| 112 | double AnalyserNode::minDecibels() const |
| 113 | { |
| 114 | return _detail->m_analyser->minDecibels(); |
| 115 | } |
| 116 | |
| 117 | void AnalyserNode::setMaxDecibels(double k) |
| 118 | { |
nothing calls this directly
no outgoing calls
no test coverage detected