| 67 | // schedule method that takes a source bus as an argument. |
| 68 | void setBus(ContextRenderLock&, std::shared_ptr<AudioBus> sourceBus); |
| 69 | std::shared_ptr<AudioBus> getBus() const { return m_pendingSourceBus; } |
| 70 | |
| 71 | // loopCount of -1 will loop forever |
| 72 | // all the schedule routines will call start(0) if necessary, so that a |
nothing calls this directly
no outgoing calls
no test coverage detected