Changeset 846 for trunk/demos/spectrum/app/waveform.h
- 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/demos/spectrum/app/waveform.h
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]) … … 61 61 Q_OBJECT 62 62 public: 63 Waveform( const QByteArray &buffer,QWidget *parent = 0);63 Waveform(QWidget *parent = 0); 64 64 ~Waveform(); 65 65 … … 74 74 75 75 public slots: 76 void dataLengthChanged(qint64 length);77 void positionChanged(qint64 position);76 void ); 77 void ositionChanged(qint64 position); 78 78 79 79 private: … … 168 168 169 169 private: 170 const QByteArray& m_buffer; 171 qint64 m_dataLength; 172 qint64 m_position; 170 qint64 m_bufferPosition; 171 qint64 m_bufferLength; 172 QByteArray m_buffer; 173 174 qint64 m_audioPosition; 173 175 QAudioFormat m_format; 174 176
Note:
See TracChangeset
for help on using the changeset viewer.