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

Method Sound

src/SFML/Audio/Sound.cpp:190–193  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

188
189////////////////////////////////////////////////////////////
190Sound::Sound(const SoundBuffer& buffer) : m_impl(std::make_unique<Impl>())
191{
192 setBuffer(buffer);
193}
194
195
196////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls 1

isLoopingMethod · 0.45

Tested by

no test coverage detected