AudioOutput Class
(Phonon::WaveOut::AudioOutput)
Inherits: QObject.
Public Functions
- 31 public functions inherited from QObject
Signals
Additional Inherited Members
- 1 property inherited from QObject
- 1 public slot inherited from QObject
- 11 static public members inherited from QObject
- 9 protected functions inherited from QObject
Member Function Documentation
AudioOutput::AudioOutput(Backend * back, QObject * parent)
AudioOutput::~AudioOutput()
void AudioOutput::audioDeviceFailed() [signal]
int AudioOutput::outputDevice() const
See also setOutputDevice().
void AudioOutput::setCrossFadingProgress(short currentIndex, qreal progress)
bool AudioOutput::setOutputDevice(int newDevice)
See also outputDevice().
bool AudioOutput::setOutputDevice(const AudioOutputDevice & newDevice)
void AudioOutput::setVolume(qreal newVolume)
See also volume().
qreal AudioOutput::volume() const
See also setVolume().
void AudioOutput::volumeChanged(qreal) [signal]
|