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

Method getSampleRate

src/SFML/Audio/SoundBuffer.cpp:202–205  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

200
201////////////////////////////////////////////////////////////
202unsigned int SoundBuffer::getSampleRate() const
203{
204 return m_sampleRate;
205}
206
207
208////////////////////////////////////////////////////////////

Callers 2

SoundBufferMethod · 0.45
initializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected