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

Function PlatformIsAudioInterrupted

engine/sound/src/sound_android.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 }
128
129 bool PlatformIsAudioInterrupted()
130 {
131 return g_SoundManager.m_IsPhoneCallActive;
132 }
133}

Callers 2

IsAudioInterruptedFunction · 0.70
IsAudioInterruptedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected