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

Method getChannelCount

src/SFML/Audio/SoundBuffer.cpp:209–212  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

207
208////////////////////////////////////////////////////////////
209unsigned int SoundBuffer::getChannelCount() const
210{
211 return static_cast<unsigned int>(m_channelMap.size());
212}
213
214
215////////////////////////////////////////////////////////////

Callers 2

SoundBufferMethod · 0.45
initializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected