src/multimedia/audio/qaudioengine.cpp
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
   187     \fn virtual int QAbstractAudioOutput::notifyInterval() const
   187     \fn virtual int QAbstractAudioOutput::notifyInterval() const
   188     Returns the notify interval in milliseconds.
   188     Returns the notify interval in milliseconds.
   189 */
   189 */
   190 
   190 
   191 /*!
   191 /*!
   192     \fn virtual qint64 QAbstractAudioOutput::totalTime() const
   192     \fn virtual qint64 QAbstractAudioOutput::processedUSecs() const
   193     Returns the amount of audio data processed since start() was called in milliseconds.
   193     Returns the amount of audio data processed since start() was called in milliseconds.
   194 */
   194 */
   195 
   195 
   196 /*!
   196 /*!
   197     \fn virtual qint64 QAbstractAudioOutput::clock() const
   197     \fn virtual qint64 QAbstractAudioOutput::elapsedUSecs() const
   198     Returns the milliseconds since start() was called, including time in Idle and suspend states.
   198     Returns the milliseconds since start() was called, including time in Idle and suspend states.
   199 */
   199 */
   200 
   200 
   201 /*!
   201 /*!
   202     \fn virtual QAudio::Error QAbstractAudioOutput::error() const
   202     \fn virtual QAudio::Error QAbstractAudioOutput::error() const
   302     \fn virtual int QAbstractAudioInput::notifyInterval() const
   302     \fn virtual int QAbstractAudioInput::notifyInterval() const
   303     Returns the notify interval in milliseconds.
   303     Returns the notify interval in milliseconds.
   304 */
   304 */
   305 
   305 
   306 /*!
   306 /*!
   307     \fn virtual qint64 QAbstractAudioInput::totalTime() const
   307     \fn virtual qint64 QAbstractAudioInput::processedUSecs() const
   308     Returns the amount of audio data processed since start() was called in milliseconds.
   308     Returns the amount of audio data processed since start() was called in milliseconds.
   309 */
   309 */
   310 
   310 
   311 /*!
   311 /*!
   312     \fn virtual qint64 QAbstractAudioInput::clock() const
   312     \fn virtual qint64 QAbstractAudioInput::elapsedUSecs() const
   313     Returns the milliseconds since start() was called, including time in Idle and suspend states.
   313     Returns the milliseconds since start() was called, including time in Idle and suspend states.
   314 */
   314 */
   315 
   315 
   316 /*!
   316 /*!
   317     \fn virtual QAudio::Error QAbstractAudioInput::error() const
   317     \fn virtual QAudio::Error QAbstractAudioInput::error() const