ref: b70aae808d4ac2c7296b02e75cc52fc78809b886
dir: /platform/win32/volume_control.h/
#ifndef VOLUME_CONTROL_H #define VOLUME_CONTROL_H #include <stdbool.h> bool SetApplicationVolume(int volume_level); bool SetApplicationMuted(bool muted); #endif // VOLUME_CONTROL_H