| 80 | void Create(int length); |
| 81 | void Create(ChannelBuffer* data); |
| 82 | void SetLooping(bool looping) { mLooping = looping; } |
| 83 | void SetNumBars(int numBars) { mNumBars = numBars; } |
| 84 | int GetNumBars() const { return mNumBars; } |
| 85 | void SetVolume(float vol) { mVolume = vol; } |
no outgoing calls
no test coverage detected