import "sbIAlbumArtFetcherSet.idl";
Inheritance diagram for sbIAlbumArtFetcherSet:
Public Attributes | |
const unsigned long | TYPE_ALL = 0x00 |
const unsigned long | TYPE_REMOTE = 0x01 |
const unsigned long | TYPE_LOCAL = 0x02 |
attribute unsigned long | fetcherType |
Type of fetchers in the set (local, remote, both). |
An album art fetcher set may be used to fetch album art from multiple sources. This interface will obtain an ordered set of album art fetchers and call each fetcher in succession until one successfully fetches album art.
Definition at line 54 of file sbIAlbumArtFetcherSet.idl.