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

Method getChannelCount

src/SFML/Audio/SoundStream.cpp:322–325  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

320
321////////////////////////////////////////////////////////////
322unsigned int SoundStream::getChannelCount() const
323{
324 return m_impl->channelCount;
325}
326
327
328////////////////////////////////////////////////////////////

Callers 15

Music.test.cppFile · 0.45
readMethod · 0.45
seekMethod · 0.45
getFormatMethod · 0.45
getCursorMethod · 0.45
getLengthMethod · 0.45
setPlayingOffsetMethod · 0.45
getPlayingOffsetMethod · 0.45
initializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected