Interface for an album art scanner. Instantiate as a component instance. It also implements the sbIJobProgress so the progress can be monitored externally. More...
import"sbIAlbumArtScanner.idl";
Public Member Functions | |
void | scanListForArtwork (in sbIMediaList aMediaList) |
Public Attributes | |
attribute boolean | updateArtwork |
If true, update any artwork already present in media items. More... | |
Interface for an album art scanner. Instantiate as a component instance. It also implements the sbIJobProgress so the progress can be monitored externally.
Definition at line 58 of file sbIAlbumArtScanner.idl.
void sbIAlbumArtScanner::scanListForArtwork | ( | in sbIMediaList | aMediaList | ) |
attribute boolean sbIAlbumArtScanner::updateArtwork |
If true, update any artwork already present in media items.
Definition at line 63 of file sbIAlbumArtScanner.idl.