| 131 | // AudioStream API |
| 132 | int readBuffer(int16 *buffer, const int numSamples); |
| 133 | bool isStereo() const { return _stereo; } |
| 134 | bool endOfData() const { return _end; } |
| 135 | int getRate() const { return _rate; } |
| 136 |
nothing calls this directly
no outgoing calls
no test coverage detected