ref: 1fab347cb3217d0227095bf26b24b67d9c76fe6d
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