| 19 | static const int offlineRenderSizeQuantum = AudioNode::ProcessingSizeInFrames; |
| 20 | |
| 21 | AudioNodeDescriptor * NullDeviceNode::desc() |
| 22 | { |
| 23 | static AudioNodeDescriptor d {nullptr, nullptr}; |
| 24 | return &d; |
| 25 | } |
| 26 | |
| 27 | NullDeviceNode::NullDeviceNode(AudioContext & ac, |
| 28 | const AudioStreamConfig & outputConfig, double lengthSeconds) |
nothing calls this directly
no outgoing calls
no test coverage detected