OpenShot Library | libopenshot-audio  0.2.0
juce::AudioIODeviceType::Listener Class Referenceabstract

A class for receiving events when audio devices are inserted or removed. More...

#include <juce_AudioIODeviceType.h>

+ Inheritance diagram for juce::AudioIODeviceType::Listener:

Public Member Functions

virtual void audioDeviceListChanged ()=0
 Called when the list of available audio devices changes.
 

Detailed Description

A class for receiving events when audio devices are inserted or removed.

You can register an AudioIODeviceType::Listener with an~AudioIODeviceType object using the AudioIODeviceType::addListener() method, and it will be called when devices of that type are added or removed.

See also
AudioIODeviceType::addListener, AudioIODeviceType::removeListener

Definition at line 130 of file juce_AudioIODeviceType.h.


The documentation for this class was generated from the following file: