class
#include <bn_dmg_music_actions.h>
dmg_music_volume_manager Manages the volume of the active DMG music.
Public static functions
-
static auto get() -> fixed_
point - Returns the volume of the active DMG music for both speakers.
-
static void set(const fixed_
point& volume) - Sets the volume of the active DMG music for both speakers.
Function documentation
static void bn:: dmg_music_volume_manager:: set(const fixed_ point& volume)
Sets the volume of the active DMG music for both speakers.
Parameters | |
---|---|
volume | New volume in the range [0..1]. |
Volume change is not supported by the VGM player.