Returns the current sample rate. */
| 96 | } |
| 97 | /** Returns the current sample rate. */ |
| 98 | virtual float getSampleRate() { |
| 99 | return 0; |
| 100 | } |
| 101 | /** Sets the sample rate of the device, re-opening it if needed. */ |
| 102 | virtual void setSampleRate(float sampleRate) {} |
| 103 |
no outgoing calls
no test coverage detected