MCPcopy Create free account
hub / github.com/defold/defold / IsAudioInterrupted

Function IsAudioInterrupted

engine/sound/src/sound.cpp:2159–2162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2157 }
2158
2159 bool IsAudioInterrupted()
2160 {
2161 return PlatformIsAudioInterrupted();
2162 }
2163
2164 void OnWindowFocus(bool focus)
2165 {

Callers 2

UpdateInternalFunction · 0.70
Sound_IsPhoneCallActiveFunction · 0.50

Calls 1

Tested by

no test coverage detected