47 static bool JUCE_CALLTYPE
setGain (
float newGain);
56 static bool JUCE_CALLTYPE
setMuted (
bool shouldBeMuted);
Contains functions to control the system's master volume.
static float JUCE_CALLTYPE getGain()
Returns the operating system's current volume level in the range 0 to 1.0.
static bool JUCE_CALLTYPE setMuted(bool shouldBeMuted)
Attempts to mute the operating system's audio output.
static bool JUCE_CALLTYPE setGain(float newGain)
Attempts to set the operating system's current volume level.
static bool JUCE_CALLTYPE isMuted()
Returns true if the system's audio output is currently muted.
#define JUCE_API
This macro is added to all JUCE public class declarations.