C# Class MPTagThat.Core.AlbumInfo.AlbumSites.Discogs

Inheritance: AbstractAlbumSite
Afficher le fichier Open project: MediaPortal/MPTagThat

Méthodes publiques

Méthode Description
Discogs ( string artist, string title, WaitHandle mEventStopSiteSearches, int timeLimit ) : System
SiteActive ( ) : bool

Méthodes protégées

Méthode Description
GetAlbumInfoWithTimer ( ) : void

Private Methods

Méthode Description
GetRelease ( int releaseid ) : Album

Method Details

Discogs() public méthode

public Discogs ( string artist, string title, WaitHandle mEventStopSiteSearches, int timeLimit ) : System
artist string
title string
mEventStopSiteSearches System.Threading.WaitHandle
timeLimit int
Résultat System

GetAlbumInfoWithTimer() protected méthode

protected GetAlbumInfoWithTimer ( ) : void
Résultat void

SiteActive() public méthode

public SiteActive ( ) : bool
Résultat bool