qtmobility/plugins/multimedia/symbian/openmaxal/mediarecorder/qxamediarecordercontrol.h
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
    66     bool setOutputLocation(const QUrl &location);
    66     bool setOutputLocation(const QUrl &location);
    67 
    67 
    68     QMediaRecorder::State state() const;
    68     QMediaRecorder::State state() const;
    69 
    69 
    70     qint64 duration() const;
    70     qint64 duration() const;
       
    71     bool isMuted() const;
    71     void applySettings();
    72     void applySettings();
    72 
    73 
    73 public Q_SLOTS:
    74 public Q_SLOTS:
    74     void record();
    75     void record();
    75     void pause();
    76     void pause();
    76     void stop();
    77     void stop();
       
    78     void setMuted(bool);
    77 
    79 
    78 private:
    80 private:
    79     QXARecordSession *m_session;
    81     QXARecordSession *m_session;
    80 };
    82 };
    81 
    83