ref: 866fafddd2ed5846be26848e123cd899f384c461
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