MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getHandle

Method getHandle

Source/Audio/Audio.cpp:175–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175uint32_t AudioBus::getHandle() const noexcept {
176 return _handle;
177}
178
179void AudioBus::fadeVolume(double time, float toVolume) {
180 SharedAudio.getSoLoud()->fadeVolume(_handle, toVolume, time);

Callers 11

updateCharactersMethod · 0.45
renderMethod · 0.45
updateTextureMethod · 0.45
playBackgroundMethod · 0.45
playMethod · 0.45
play3DMethod · 0.45
updateTextureMethod · 0.45
textureGetFunction · 0.45
textureLoadFunction · 0.45
saveAsyncMethod · 0.45
renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected