mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
[Summary] Following review Paul did after 9b0fc7b743 [9b0fc7b] and 72e1510766 [72e1510].
This commit is contained in:
parent
d6574c9c40
commit
91ae97d5c9
4 changed files with 10 additions and 10 deletions
|
|
@ -96,8 +96,8 @@ protected:
|
|||
PaStream* m_PortAudioStream; ///< Port audio stream, when the device is active!
|
||||
bool m_StopRequested; ///< should be set to true when want to stop, set to false otherwise.
|
||||
const float *m_pInputData; ///< This is what came in with the most recent callback.
|
||||
uint64_t m_SampleCounter; ///< The current running sample counter, updated by the audio callback.
|
||||
uint64_t m_SampleCountAtLastIdle;
|
||||
int64_t m_SampleCounter; ///< The current running sample counter, updated by the audio callback.
|
||||
int64_t m_SampleCountAtLastIdle;
|
||||
|
||||
int m_DropsDetected; ///< Number of times audio drops have been detected so far.
|
||||
int m_DropsReported; ///< Number of times audio drops have been reported so far to the client.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue