Some initial work on using AudioPlayHead

This commit is contained in:
xenakios
2017-12-19 23:00:42 +02:00
parent 77f514701c
commit bcd03d923e
4 changed files with 10 additions and 2 deletions

View File

@ -135,7 +135,7 @@ public:
void timerCallback(int id) override;
double getSampleRateChecked();
int m_abnormal_output_samples = 0;
AudioPlayHead::CurrentPositionInfo m_playposinfo;
private: