equal
deleted
inserted
replaced
126 int bufferSize() const; |
126 int bufferSize() const; |
127 |
127 |
128 void setNotifyInterval(int milliSeconds); |
128 void setNotifyInterval(int milliSeconds); |
129 int notifyInterval() const; |
129 int notifyInterval() const; |
130 |
130 |
131 qint64 totalTime() const; |
131 qint64 processedUSecs() const; |
132 qint64 clock() const; |
132 qint64 elapsedUSecs() const; |
133 |
133 |
134 QAudio::Error error() const; |
134 QAudio::Error error() const; |
135 QAudio::State state() const; |
135 QAudio::State state() const; |
136 |
136 |
137 void audioThreadStart(); |
137 void audioThreadStart(); |