| 37 | {nullptr}}; |
| 38 | |
| 39 | AudioNodeDescriptor * AnalyserNode::desc() |
| 40 | { |
| 41 | static AudioNodeDescriptor d {nullptr, s_AnalyserSettings}; |
| 42 | return &d; |
| 43 | } |
| 44 | |
| 45 | void AnalyserNode::shared_construction(int fftSize) |
| 46 | { |
nothing calls this directly
no outgoing calls
no test coverage detected