use smarter audio cache that can only have partial sections cached
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#ifndef PLAYBACKCACHE_H
|
||||
#define PLAYBACKCACHE_H
|
||||
|
||||
#include <QDir>
|
||||
#include <QObject>
|
||||
#include <QUuid>
|
||||
|
||||
@@ -65,6 +66,9 @@ public:
|
||||
|
||||
Node *parent() const;
|
||||
|
||||
QDir GetThisCacheDirectory() const;
|
||||
static QDir GetThisCacheDirectory(const QString &cache_path, const QUuid &cache_id);
|
||||
|
||||
public slots:
|
||||
void InvalidateAll();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user