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

Method setLooping

src/SFML/Audio/Sound.cpp:288–291  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

286
287////////////////////////////////////////////////////////////
288void Sound::setLooping(bool loop)
289{
290 ma_sound_set_looping(&m_impl->sound, loop ? MA_TRUE : MA_FALSE);
291}
292
293
294////////////////////////////////////////////////////////////

Callers 7

Sound.test.cppFile · 0.45
mainFunction · 0.45
SurroundMethod · 0.45
PitchVolumeMethod · 0.45
AttenuationMethod · 0.45
ProcessingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected