MCPcopy Create free account
hub / github.com/SFML/SFML / getSampleCount

Method getSampleCount

src/SFML/Audio/SoundBuffer.cpp:195–198  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

193
194////////////////////////////////////////////////////////////
195std::uint64_t SoundBuffer::getSampleCount() const
196{
197 return m_samples.size();
198}
199
200
201////////////////////////////////////////////////////////////

Callers 9

readMethod · 0.45
getLengthMethod · 0.45
initializeMethod · 0.45
initializeMethod · 0.45
setLoopPointsMethod · 0.45
onGetDataMethod · 0.45
onLoopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected