C# Class LyricsEngine.LyricsSites.LrcFinder

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

Méthodes publiques

Свойство Type Description
Abort bool
Domain string
WebExceptionOccured bool

Méthodes publiques

Méthode Description
FindLRC ( ) : string
FindLRCs ( ) : DataTable
GetLyricType ( ) : LyricType
GetSiteComplexity ( ) : SiteComplexity
GetSiteSpeed ( ) : SiteSpeed
GetSiteType ( ) : SiteType
LrcFinder ( string artist, string title, WaitHandle mEventStopSiteSearches, int timeLimit ) : System
SaveLrc ( string lrcFile ) : bool
SaveLrcWithGuid ( string lrcFile, System.Guid guid ) : bool
SiteActive ( ) : bool

Méthodes protégées

Méthode Description
FindLyricsWithTimer ( ) : void

Private Methods

Méthode Description
GetUrl ( lrcfinder lrcFinder ) : string
LrcReturned ( string lrc ) : bool

Method Details

FindLRC() public méthode

public FindLRC ( ) : string
Résultat string

FindLRCs() public méthode

public FindLRCs ( ) : DataTable
Résultat System.Data.DataTable

FindLyricsWithTimer() protected méthode

protected FindLyricsWithTimer ( ) : void
Résultat void

GetLyricType() public méthode

public GetLyricType ( ) : LyricType
Résultat LyricType

GetSiteComplexity() public méthode

public GetSiteComplexity ( ) : SiteComplexity
Résultat SiteComplexity

GetSiteSpeed() public méthode

public GetSiteSpeed ( ) : SiteSpeed
Résultat SiteSpeed

GetSiteType() public méthode

public GetSiteType ( ) : SiteType
Résultat SiteType

LrcFinder() public méthode

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

SaveLrc() public méthode

public SaveLrc ( string lrcFile ) : bool
lrcFile string
Résultat bool

SaveLrcWithGuid() public static méthode

public static SaveLrcWithGuid ( string lrcFile, System.Guid guid ) : bool
lrcFile string
guid System.Guid
Résultat bool

SiteActive() public méthode

public SiteActive ( ) : bool
Résultat bool

Property Details

Abort public_oe static_oe property

public static bool Abort
Résultat bool

Domain public_oe static_oe property

public static string Domain
Résultat string

WebExceptionOccured public_oe static_oe property

public static bool WebExceptionOccured
Résultat bool