@return The total number of samples in the buffer.
| 198 | |
| 199 | /// @return The total number of samples in the buffer. |
| 200 | U32 getNumSamples() const { return getFormat().getSampleCount( mDuration ); } |
| 201 | |
| 202 | /// @return The number of bytes consumed by this sound buffer. |
| 203 | virtual U32 getMemoryUsed() const { return 0; } |
no test coverage detected