Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ PauseAudioDevice
Method
PauseAudioDevice
src/engine/client/sound.cpp:1025–1028 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1023
}
1024
1025
void CSound::PauseAudioDevice()
1026
{
1027
SDL_PauseAudioDevice(m_Device, 1);
1028
}
1029
1030
void CSound::UnpauseAudioDevice()
1031
{
Callers
2
Stop
Method · 0.80
StartVideo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected