JUCE
|
Classes | |
class | AudioDeviceManager |
Manages the state of some audio and midi i/o devices. More... | |
struct | AudioDeviceManager::LevelMeter |
A simple reference-counted struct that holds a level-meter value that can be read using getCurrentLevel(). More... | |
struct | AudioDeviceManager::AudioDeviceSetup |
This structure holds a set of properties describing the current audio setup. More... | |
class | AudioIODeviceCallback |
One of these is passed to an AudioIODevice object to stream the audio data in and out. More... | |
class | AudioIODevice |
Base class for an audio device with synchronised input and output channels. More... | |
class | AudioIODeviceType |
Represents a type of audio driver, such as DirectSound, ASIO, CoreAudio, etc. More... | |
class | AudioIODeviceType::Listener |
A class for receiving events when audio devices are inserted or removed. More... | |
class | SystemAudioVolume |
Contains functions to control the system's master volume. More... | |