Mercurial > hg > svcore
comparison data/fileio/CSVFileReader.h @ 1869:cb9209ef373a startup-timing
Merge from default branch
author | Chris Cannam |
---|---|
date | Tue, 16 Jun 2020 17:44:06 +0100 |
parents | 2654bf447a84 |
children |
comparison
equal
deleted
inserted
replaced
1865:7b6e18380e8f | 1869:cb9209ef373a |
---|---|
68 qint64 m_fileSize; | 68 qint64 m_fileSize; |
69 mutable qint64 m_readCount; | 69 mutable qint64 m_readCount; |
70 mutable int m_progress; | 70 mutable int m_progress; |
71 ProgressReporter *m_reporter; | 71 ProgressReporter *m_reporter; |
72 | 72 |
73 sv_frame_t convertTimeValue(QString, int lineno, sv_samplerate_t sampleRate, | 73 bool convertTimeValue(QString, int lineno, sv_samplerate_t sampleRate, |
74 int windowSize) const; | 74 int windowSize, sv_frame_t &calculatedFrame) const; |
75 | 75 |
76 QString getConvertedAudioFilePath() const; | 76 QString getConvertedAudioFilePath() const; |
77 }; | 77 }; |
78 | 78 |
79 | 79 |