MCPcopy 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
1025void CSound::PauseAudioDevice()
1026{
1027 SDL_PauseAudioDevice(m_Device, 1);
1028}
1029
1030void CSound::UnpauseAudioDevice()
1031{

Callers 2

StopMethod · 0.80
StartVideoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected