|
QAudio.ActiveState
|
Audio data is being processed, this state is set after start() is called and while audio data is available to be processed.
|
|
QAudio.SuspendedState
|
The audio device is in a suspended state, this state will only be entered after suspend() is called.
|
|
QAudio.StoppedState
|
The audio device is closed, not processing any audio data
|
|
QAudio.IdleState
|
PySide.QtCore.QIODevice
passed in has no data and audio system's buffer is empty, this state is set after start() is called and while no audio data is available to be processed.
|