kwave
18.07.70
|
#include <PlaybackDeviceFactory.h>
Public Member Functions | |
virtual | ~PlaybackDeviceFactory () |
virtual Kwave::PlayBackDevice * | createDevice (Kwave::playback_method_t method)=0 |
virtual QList< Kwave::playback_method_t > | supportedMethods ()=0 |
Definition at line 30 of file PlaybackDeviceFactory.h.
|
inlinevirtual |
virtual destructor
Definition at line 34 of file PlaybackDeviceFactory.h.
References createDevice(), and supportedMethods().
|
pure virtual |
Create a playback device matching the given playback method.
method | a playback_method_t (aRts, ALSA, OSS...) |
Implemented in Kwave::PlayBackPlugin.
Referenced by Kwave::PlaybackController::createDevice(), and ~PlaybackDeviceFactory().
|
pure virtual |
Returns a list of supported playback methods.
Implemented in Kwave::PlayBackPlugin.
Referenced by Kwave::PlaybackController::checkMethod(), Kwave::PlaybackController::createDevice(), and ~PlaybackDeviceFactory().