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

Method getLoopPoints

src/SFML/Audio/Music.cpp:188–191  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

186
187////////////////////////////////////////////////////////////
188Music::TimeSpan Music::getLoopPoints() const
189{
190 return TimeSpan{samplesToTime(m_impl->loopSpan.offset), samplesToTime(m_impl->loopSpan.length)};
191}
192
193
194////////////////////////////////////////////////////////////

Callers 1

Music.test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected