How many sample-frames do we contain?
| 56 | |
| 57 | // How many sample-frames do we contain? |
| 58 | int length() const { return m_length; } |
| 59 | |
| 60 | // resizeSmaller() can only be called with a new length <= the current length. |
| 61 | // The data stored in the bus will remain undisturbed. |
nothing calls this directly
no outgoing calls
no test coverage detected