Winamp5ArtworkManager.h 505 B

1234567891011121314151617
  1. #pragma once
  2. #include "metadata/api_artwork.h"
  3. #include "nswasabi/ServiceName.h"
  4. #include "nx/nx.h"
  5. class Winamp5ArtworkManager : public api_artwork
  6. {
  7. public:
  8. WASABI_SERVICE_NAME("Winamp5 Artwork Manager API");
  9. private:
  10. /* returns the data for the first piece of artwork found
  11. pass NULL for any of the values that you don't care about */
  12. int WASABICALL Artwork_GetArtwork(nx_uri_t filename, unsigned int field, artwork_t *artwork, data_flags_t flags, nx_time_unix_64_t *filename_modified);
  13. };