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

Method onLoop

src/SFML/Audio/SoundStream.cpp:402–406  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

400
401////////////////////////////////////////////////////////////
402std::optional<std::uint64_t> SoundStream::onLoop()
403{
404 onSeek(Time::Zero);
405 return 0;
406}
407
408
409////////////////////////////////////////////////////////////

Callers 1

readMethod · 0.45

Calls 1

onSeekFunction · 0.85

Tested by

no test coverage detected