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