Returns the maximum number of frames that can be read with one call to read().
| 51 | |
| 52 | //! Returns the maximum number of frames that can be read with one call to read(). |
| 53 | size_t getMaxFramesPerRead() const { return mMaxFramesPerRead; } |
| 54 | //! Sets the maximum number of frames that can be read in one chunk. |
| 55 | virtual void setMaxFramesPerRead( size_t count ) { mMaxFramesPerRead = count; } |
| 56 |
no outgoing calls
no test coverage detected