equal
deleted
inserted
replaced
89 int periodSize() const; |
89 int periodSize() const; |
90 void setBufferSize(int value); |
90 void setBufferSize(int value); |
91 int bufferSize() const; |
91 int bufferSize() const; |
92 void setNotifyInterval(int milliSeconds); |
92 void setNotifyInterval(int milliSeconds); |
93 int notifyInterval() const; |
93 int notifyInterval() const; |
94 qint64 totalTime() const; |
94 qint64 processedUSecs() const; |
95 qint64 clock() const; |
95 qint64 elapsedUSecs() const; |
96 QAudio::Error error() const; |
96 QAudio::Error error() const; |
97 QAudio::State state() const; |
97 QAudio::State state() const; |
98 QAudioFormat format() const; |
98 QAudioFormat format() const; |
99 bool resuming; |
99 bool resuming; |
100 snd_pcm_t* handle; |
100 snd_pcm_t* handle; |