OpenShot Library | OpenShotAudio 0.2.2
|
Public Member Functions | |
CallbackHandler (AudioDeviceManager &adm) noexcept | |
![]() | |
virtual | ~AudioIODeviceCallback ()=default |
Destructor. | |
virtual void | audioDeviceIOCallback (const float **inputChannelData, int numInputChannels, float **outputChannelData, int numOutputChannels, int numSamples)=0 |
Processes a block of incoming and outgoing audio data. More... | |
virtual void | audioDeviceAboutToStart (AudioIODevice *device)=0 |
Called to indicate that the device is about to start calling back. More... | |
virtual void | audioDeviceStopped ()=0 |
Called to indicate that the device has stopped. More... | |
virtual void | audioDeviceError (const String &errorMessage) |
This can be overridden to be told if the device generates an error while operating. More... | |
![]() | |
virtual | ~MidiInputCallback ()=default |
Destructor. | |
virtual void | handleIncomingMidiMessage (MidiInput *source, const MidiMessage &message)=0 |
Receives an incoming message. More... | |
virtual void | handlePartialSysexMessage (MidiInput *source, const uint8 *messageData, int numBytesSoFar, double timestamp) |
Notification sent each time a packet of a multi-packet sysex message arrives. More... | |
virtual void | audioDeviceListChanged ()=0 |
Called when the list of available audio devices changes. | |
Definition at line 44 of file juce_AudioDeviceManager.cpp.
|
inlinenoexcept |
Definition at line 49 of file juce_AudioDeviceManager.cpp.