MCPcopy Create free account
hub / github.com/cinder/Cinder / getMaxFramesPerRead

Function getMaxFramesPerRead

include/cinder/audio/Source.h:53–53  ·  view source on GitHub ↗

Returns the maximum number of frames that can be read with one call to read().

Source from the content-addressed store, hash-verified

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

Callers 6

readMethod · 0.85
loadBufferMethod · 0.85
initReaderMethod · 0.85
initMethod · 0.85
performReadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected