| 592 | return static_cast<float>(m_coneEffect->outerGain()); |
| 593 | } |
| 594 | void PannerNode::setConeOuterGain(float angle) |
| 595 | { |
| 596 | m_coneEffect->setOuterGain(angle); |
| 597 | } |
| 598 | |
| 599 | double PannerNode::tailTime(ContextRenderLock & r) const |
| 600 | { |
nothing calls this directly
no test coverage detected