From 1bb0bf0b36850674521b862c247546519e596cdb Mon Sep 17 00:00:00 2001 From: jules Date: Wed, 20 Jun 2007 10:16:28 +0000 Subject: [PATCH] --- src/juce_appframework/audio/devices/juce_AudioIODevice.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/juce_appframework/audio/devices/juce_AudioIODevice.h b/src/juce_appframework/audio/devices/juce_AudioIODevice.h index 49a54a2c30..0fe3d1a5e6 100644 --- a/src/juce_appframework/audio/devices/juce_AudioIODevice.h +++ b/src/juce_appframework/audio/devices/juce_AudioIODevice.h @@ -42,6 +42,10 @@ One of these is passed to an AudioIODevice object to stream the audio data in and out. + The AudioIODevice will repeatedly call this class's audioDeviceIOCallback() + method on its own high-priority audio thread, when it needs to send or receive + the next block of data. + @see AudioIODevice, AudioDeviceManager */ class JUCE_API AudioIODeviceCallback