MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / getVideoVolumeLevel

Method getVideoVolumeLevel

src/Abyss/AbyssEngine.cpp:385–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385float AbyssEngine::getVideoVolumeLevel() const { return _videoAudioLevel; }
386
387void AbyssEngine::setVideoVolumeLevel(const float level) {
388 _videoAudioLevel = std::clamp(level, 0.0f, 1.0f);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected