sbAlbumArtFetcherSet.h File Reference

Songbird Album Art Fetcher Set Definitions. More...

#include <sbIAlbumArtFetcherSet.h>
#include <sbIAlbumArtService.h>
#include <sbIAlbumArtListener.h>
#include <sbIMediaItem.h>
#include <nsCOMPtr.h>
#include <nsIConsoleService.h>
#include <nsIArray.h>
#include <nsIMutableArray.h>
#include <nsIThreadManager.h>
#include <nsITimer.h>
Include dependency graph for sbAlbumArtFetcherSet.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sbAlbumArtFetcherSet
 

Macros

#define SB_ALBUMARTFETCHERSET_CLASSNAME   "sbAlbumArtFetcherSet"
 
#define SB_ALBUMARTFETCHERSET_CID
 
#define ALBUMART_SCANNER_TIMEOUT   10000
 
#define PREF_ALBUMART_SCANNER_BRANCH   "songbird.albumart.scanner."
 
#define PREF_ALBUMART_SCANNER_TIMEOUT   "timeout"
 

Detailed Description

Songbird Album Art Fetcher Set Definitions.

Definition in file sbAlbumArtFetcherSet.h.

Macro Definition Documentation

#define ALBUMART_SCANNER_TIMEOUT   10000

Definition at line 85 of file sbAlbumArtFetcherSet.h.

#define PREF_ALBUMART_SCANNER_BRANCH   "songbird.albumart.scanner."

Definition at line 88 of file sbAlbumArtFetcherSet.h.

#define PREF_ALBUMART_SCANNER_TIMEOUT   "timeout"

Definition at line 89 of file sbAlbumArtFetcherSet.h.

#define SB_ALBUMARTFETCHERSET_CID
Value:
/* {5da41a79-0ed6-4876-bbd7-348a447c784f} */ \
{ \
0x5da41a79, \
0x0ed6, \
0x4876, \
{ 0xbb, 0xd7, 0x34, 0x8a, 0x44, 0x7c, 0x78, 0x4f } \
}

Definition at line 75 of file sbAlbumArtFetcherSet.h.

#define SB_ALBUMARTFETCHERSET_CLASSNAME   "sbAlbumArtFetcherSet"

Definition at line 74 of file sbAlbumArtFetcherSet.h.