Timestamp:
Mar 8, 2010, 12:52:58 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.2 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/examples/multimedia/audioinput/audioinput.h

    r561 r651  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    5353    Q_OBJECT
    5454public:
    55     AudioInfo(QObject* parent, QAudioInput* device);
     55    AudioInfo(QObjectdevice);
    5656    ~AudioInfo();
    5757
     
    6464    qint64 writeData(const char *data, qint64 len);
    6565
    66     QAudioInput*   input;
     66    QAudioInputinput;
    6767
    6868private:
     
    9898    ~InputTest();
    9999
    100     QAudioDeviceInfo device;
    101     QAudioFormat   format;
    102     QAudioInput*   audioInput;
    103     AudioInfo*     audioinfo;
    104     QIODevice*     input;
    105     RenderArea*    canvas;
    106 
    107     bool           pullMode;
    108 
    109     QPushButton*   button;
    110     QPushButton*   button2;
    111     QComboBox*     deviceBox;
    112 
    113     char*          buffer;
    114 
    115100private slots:
    116101    void refreshDisplay();
     
    121106    void state(QAudio::State s);
    122107    void deviceChanged(int idx);
     108
     109
     110
     111
     112
     113
     114
     115
     116
     117
     118
     119
     120
     121
     122
     123
    123124};
    124125
Note: See TracChangeset for help on using the changeset viewer.