| 26 | ///////////////////////////////// |
| 27 | |
| 28 | AudioNodeDescriptor * AudioHardwareDeviceNode::desc() |
| 29 | { |
| 30 | static AudioNodeDescriptor d {nullptr, nullptr}; |
| 31 | return &d; |
| 32 | } |
| 33 | |
| 34 | AudioHardwareDeviceNode::AudioHardwareDeviceNode(AudioContext & context, |
| 35 | const AudioStreamConfig & outputConfig, |
nothing calls this directly
no outgoing calls
no test coverage detected