Changeset 846 for trunk/src/multimedia/audio/qaudioinput.cpp
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/multimedia/audio/qaudioinput.cpp
r769 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 202 202 /*! 203 203 Uses the \a device as the QIODevice to transfer data. 204 Passing a QIODevice allows the data to be transfer ed without any extra code.204 Passing a QIODevice allows the data to be transfered without any extra code. 205 205 All that is required is to open the QIODevice. 206 206 … … 212 212 state() is set to QAudio::StoppedState and stateChanged() signal is emitted. 213 213 214 In either case, the stateChanged() signal may be emitted either synchronously 215 during execution of the start() function or asynchronously after start() has 216 returned to the caller. 217 218 \sa {Symbian Platform Security Requirements} 214 \l{QAudioInput#Symbian Platform Security Requirements} 219 215 220 216 \sa QIODevice … … 238 234 state() is set to QAudio::StoppedState and stateChanged() signal is emitted. 239 235 240 In either case, the stateChanged() signal may be emitted either synchronously 241 during execution of the start() function or asynchronously after start() has 242 returned to the caller. 243 244 \sa {Symbian Platform Security Requirements} 236 \l{QAudioInput#Symbian Platform Security Requirements} 245 237 246 238 \sa QIODevice … … 287 279 Sets error() to QAudio::NoError, state() to QAudio::SuspendedState and 288 280 emit stateChanged() signal. 289 290 Note: signal will always be emitted during execution of the resume() function.291 281 */ 292 282 … … 311 301 312 302 /*! 313 Sets the audio buffer size to \a value bytes.303 Sets the audio buffer size to \a value s. 314 304 315 305 Note: This function can be called anytime before start(), calls to this … … 326 316 327 317 /*! 328 Returns the audio buffer size in bytes.318 Returns the audio buffer size in s. 329 319 330 320 If called before start(), returns platform default value.
Note:
See TracChangeset
for help on using the changeset viewer.