linuxsampler 1.0.0

LinuxSampler::AudioDeviceCountListener Class Reference

This class is used as a listener, which is notified when the number of audio output devices is changed. More...

#include <EventListeners.h>

List of all members.

Public Member Functions

virtual void AudioDeviceCountChanged (int NewCount)=0
 Invoked when the number of audio output devices has changed.

Detailed Description

This class is used as a listener, which is notified when the number of audio output devices is changed.

Definition at line 114 of file EventListeners.h.


Member Function Documentation

virtual void LinuxSampler::AudioDeviceCountListener::AudioDeviceCountChanged ( int  NewCount) [pure virtual]

Invoked when the number of audio output devices has changed.

Parameters:
NewCountThe new number of audio output devices.

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