QAudioOutput Class Reference
[QtMultimedia module]
Inherits QObject.
Methods
Qt Signals
Detailed Description
Method Documentation
QAudioOutput.__init__ (self, QAudioFormat format = QAudioFormat(), QObject parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QAudioOutput.__init__ (self, QAudioDeviceInfo, QAudioFormat format = QAudioFormat(), QObject parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
int QAudioOutput.bufferSize (self)
int QAudioOutput.bytesFree (self)
int QAudioOutput.elapsedUSecs (self)
QAudio.Error QAudioOutput.error (self)
QAudioFormat QAudioOutput.format (self)
int QAudioOutput.notifyInterval (self)
int QAudioOutput.periodSize (self)
int QAudioOutput.processedUSecs (self)
QAudioOutput.reset (self)
QAudioOutput.resume (self)
QAudioOutput.setBufferSize (self, int)
QAudioOutput.setNotifyInterval (self, int)
QAudioOutput.start (self, QIODevice)
QIODevice QAudioOutput.start (self)
QAudio.State QAudioOutput.state (self)
QAudioOutput.stop (self)
QAudioOutput.suspend (self)
Qt Signal Documentation
void notify ()
This is the default overload of this signal.
void stateChanged (QAudio::State)
This is the default overload of this signal.