Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/multimedia/audio/qaudioinput.cpp

    r769 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    202202/*!
    203203     Uses the \a device as the QIODevice to transfer data.
    204      Passing a QIODevice allows the data to be transfered without any extra code.
     204     Passing a QIODevice allows the data to be transfered without any extra code.
    205205     All that is required is to open the QIODevice.
    206206
     
    212212     state() is set to QAudio::StoppedState and stateChanged() signal is emitted.
    213213
    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}
    219215
    220216     \sa QIODevice
     
    238234    state() is set to QAudio::StoppedState and stateChanged() signal is emitted.
    239235
    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}
    245237
    246238    \sa QIODevice
     
    287279    Sets error() to QAudio::NoError, state() to QAudio::SuspendedState and
    288280    emit stateChanged() signal.
    289 
    290     Note: signal will always be emitted during execution of the resume() function.
    291281*/
    292282
     
    311301
    312302/*!
    313     Sets the audio buffer size to \a value bytes.
     303    Sets the audio buffer size to \a value s.
    314304
    315305    Note: This function can be called anytime before start(), calls to this
     
    326316
    327317/*!
    328     Returns the audio buffer size in bytes.
     318    Returns the audio buffer size in s.
    329319
    330320    If called before start(), returns platform default value.
Note: See TracChangeset for help on using the changeset viewer.