JUCE
|
Contains functions to control the system's master volume. More...
Static Public Member Functions | |
static float JUCE_CALLTYPE | getGain () |
Returns the operating system's current volume level in the range 0 to 1.0. More... | |
static bool JUCE_CALLTYPE | setGain (float newGain) |
Attempts to set the operating system's current volume level. More... | |
static bool JUCE_CALLTYPE | isMuted () |
Returns true if the system's audio output is currently muted. More... | |
static bool JUCE_CALLTYPE | setMuted (bool shouldBeMuted) |
Attempts to mute the operating system's audio output. More... | |
Contains functions to control the system's master volume.
|
static |
Returns the operating system's current volume level in the range 0 to 1.0.
|
static |
Attempts to set the operating system's current volume level.
newGain | the level, between 0 and 1.0 |
|
static |
Returns true if the system's audio output is currently muted.
|
static |
Attempts to mute the operating system's audio output.
shouldBeMuted | true if you want it to be muted |