C# Class Banshee.CoverArt.CoverArtService

Inheritance: IExtensionService
Datei anzeigen Open project: mono-soc-2011/banshee

Public Properties

Property Type Description
EnabledSchema SchemaEntry

Private Properties

Property Type Description
IExtensionService void
Initialize void
OnSourceAdded void
OnTracksAdded void
OnTracksChanged void
ServiceStartup bool

Public Methods

Method Description
CoverArtService ( ) : System
Dispose ( ) : void
FetchCoverArt ( ) : void
FetchCoverArt ( bool force ) : void

Private Methods

Method Description
IExtensionService ( ) : void
Initialize ( ) : void
OnSourceAdded ( SourceAddedArgs args ) : void
OnTracksAdded ( Source sender, TrackEventArgs args ) : void
OnTracksChanged ( Source sender, TrackEventArgs args ) : void
ServiceStartup ( ) : bool

Method Details

CoverArtService() public method

public CoverArtService ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

FetchCoverArt() public method

public FetchCoverArt ( ) : void
return void

FetchCoverArt() public method

public FetchCoverArt ( bool force ) : void
force bool
return void

Property Details

EnabledSchema public_oe static_oe property

public static SchemaEntry EnabledSchema
return SchemaEntry