Qt: Add audio dumping options

This commit is contained in:
Connor McLaughlin
2020-03-15 22:04:32 +10:00
parent c4af353d54
commit fe2e6561d3
6 changed files with 50 additions and 2 deletions

View File

@@ -95,6 +95,8 @@ public Q_SLOTS:
void loadState(const QString& filename);
void loadState(bool global, qint32 slot);
void saveState(bool global, qint32 slot, bool block_until_done = false);
void startDumpingAudio();
void stopDumpingAudio();
/// Enables controller polling even without a system active. Must be matched by a call to
/// disableBackgroundControllerPolling.