MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / setOffset

Method setOffset

src/Core/Audio/Sound.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76 }
77 void Sound::setOffset(double offset) const
78 {
79 m_manager.seek(m_handle, offset);
80 }
81 float Sound::getVolume() const
82 {
83 return m_manager.getVolume(m_handle);

Callers

nothing calls this directly

Calls 1

seekMethod · 0.45

Tested by

no test coverage detected