MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getSampleCount

Method getSampleCount

src/eepp/audio/soundbuffer.cpp:132–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132Uint64 SoundBuffer::getSampleCount() const {
133 return mSamples.size();
134}
135
136unsigned int SoundBuffer::getSampleRate() const {
137 ALint sampleRate;

Callers 5

initializeMethod · 0.45
setLoopPointsMethod · 0.45
onGetDataMethod · 0.45
onLoopMethod · 0.45
initializeMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected