| 110 | } |
| 111 | |
| 112 | bool NullDeviceNode::isRunning() const |
| 113 | { |
| 114 | return m_startedRendering; |
| 115 | } |
| 116 | |
| 117 | void NullDeviceNode::render(AudioBus * src, AudioBus * dst, int frames, const SamplingInfo & info) |
| 118 | { |
no outgoing calls
no test coverage detected