C# Class Banshee.CoverArt.CoverArtService

Inheritance: IExtensionService
Afficher le fichier Open project: mono-soc-2011/banshee

Méthodes publiques

Свойство Type Description
EnabledSchema SchemaEntry

Private Properties

Свойство Type Description
IExtensionService void
Initialize void
OnSourceAdded void
OnTracksAdded void
OnTracksChanged void
ServiceStartup bool

Méthodes publiques

Méthode Description
CoverArtService ( ) : System
Dispose ( ) : void
FetchCoverArt ( ) : void
FetchCoverArt ( bool force ) : void

Private Methods

Méthode 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 méthode

public CoverArtService ( ) : System
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FetchCoverArt() public méthode

public FetchCoverArt ( ) : void
Résultat void

FetchCoverArt() public méthode

public FetchCoverArt ( bool force ) : void
force bool
Résultat void

Property Details

EnabledSchema public_oe static_oe property

public static SchemaEntry EnabledSchema
Résultat SchemaEntry