mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-23 18:44:15 -04:00
File source plugin: added seek bar to move the current pointer in the file
This commit is contained in:
@@ -41,6 +41,7 @@ public:
|
||||
void setSamplerate(int samplerate);
|
||||
bool isRunning() const { return m_running; }
|
||||
std::size_t getSamplesCount() const { return m_samplesCount; }
|
||||
void setSamplesCount(int samplesCount) { m_samplesCount = samplesCount; }
|
||||
|
||||
void connectTimer(const QTimer& timer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user