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

Method getChannelCount

src/SFML/Audio/SoundRecorder.cpp:433–436  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

431
432////////////////////////////////////////////////////////////
433unsigned int SoundRecorder::getChannelCount() const
434{
435 return m_impl->channelCount;
436}
437
438
439////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected