|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Go to the source code of this file.
Classes | |
| struct | juce::AudioIODeviceCallbackContext |
| Additional information that may be passed to the AudioIODeviceCallback. More... | |
| class | juce::AudioIODeviceCallback |
| One of these is passed to an AudioIODevice object to stream the audio data in and out. More... | |
| class | juce::AudioIODevice |
| Base class for an audio device with synchronised input and output channels. More... | |
Namespaces | |
| namespace | juce |
| JUCE Namespace. | |
| struct juce::AudioIODeviceCallbackContext |
Additional information that may be passed to the AudioIODeviceCallback.
@tags{Audio}
Definition at line 33 of file juce_AudioIODevice.h.
| Class Members | ||
|---|---|---|
| const uint64_t * | hostTimeNs | If the host provides this information, this field will be set to point to an integer holding the current value; otherwise, this will be nullptr. |