Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ stop
Method
stop
src/Core/Audio/Sound.cpp:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
m_manager.setPause(m_handle, true);
48
}
49
void Sound::stop() const
50
{
51
m_manager.stop(m_handle);
52
}
53
void Sound::setPitch(float pitch)
54
{
55
m_pitch = pitch;
Callers
1
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected