1
0

AlbumArtCache.h 346 B

1234567891011121314
  1. #ifndef NULLSOFT_ML_LOCAL_ALBUMARTCACHE_H
  2. #define NULLSOFT_ML_LOCAL_ALBUMARTCACHE_H
  3. #include "AlbumArtContainer.h"
  4. void KillArtThread();
  5. void CreateCache(AlbumArtContainer *container, int w, int h);
  6. void FlushCache();
  7. void ResumeCache();
  8. void HintCacheSize(int _cachesize);
  9. void ClearCache(const wchar_t *filename);
  10. void DumpArtCache();
  11. #endif