QAudioInput Class Reference
[QtMultimedia module]
Inherits QObject.
Methods
Qt Signals
Detailed Description
Method Documentation
QAudioInput.__init__ (self, QAudioFormat format = QAudioFormat(), QObject parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
int QAudioInput.bufferSize (self)
int QAudioInput.bytesReady (self)
int QAudioInput.elapsedUSecs (self)
QAudio.Error QAudioInput.error (self)
QAudioFormat QAudioInput.format (self)
int QAudioInput.notifyInterval (self)
int QAudioInput.periodSize (self)
int QAudioInput.processedUSecs (self)
QAudioInput.reset (self)
QAudioInput.resume (self)
QAudioInput.setBufferSize (self, int)
QAudioInput.setNotifyInterval (self, int)
QAudioInput.start (self, QIODevice)
QIODevice QAudioInput.start (self)
QAudio.State QAudioInput.state (self)
QAudioInput.stop (self)
QAudioInput.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.