| 58 | bool ConsumeData(double time, ChannelBuffer* out, int size, bool replace); |
| 59 | void Play(double time, float rate, int offset, int stopPoint = -1); |
| 60 | void SetRate(float rate) { mRate = rate; } |
| 61 | std::string Name() const { return mName; } |
| 62 | void SetName(std::string name) { mName = name; } |
| 63 | int LengthInSamples() const { return mNumSamples; } |
no outgoing calls
no test coverage detected