C# 클래스 LyricsEngine.LyricsSites.LrcFinder

상속: AbstractSite
파일 보기 프로젝트 열기: MediaPortal/MPTagThat

공개 프로퍼티들

프로퍼티 타입 설명
Abort bool
Domain string
WebExceptionOccured bool

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
FindLyricsWithTimer ( ) : void

비공개 메소드들

메소드 설명
GetUrl ( lrcfinder lrcFinder ) : string
LrcReturned ( string lrc ) : bool

메소드 상세

FindLRC() 공개 메소드

public FindLRC ( ) : string
리턴 string

FindLRCs() 공개 메소드

public FindLRCs ( ) : DataTable
리턴 System.Data.DataTable

FindLyricsWithTimer() 보호된 메소드

protected FindLyricsWithTimer ( ) : void
리턴 void

GetLyricType() 공개 메소드

public GetLyricType ( ) : LyricType
리턴 LyricType

GetSiteComplexity() 공개 메소드

public GetSiteComplexity ( ) : SiteComplexity
리턴 SiteComplexity

GetSiteSpeed() 공개 메소드

public GetSiteSpeed ( ) : SiteSpeed
리턴 SiteSpeed

GetSiteType() 공개 메소드

public GetSiteType ( ) : SiteType
리턴 SiteType

LrcFinder() 공개 메소드

public LrcFinder ( string artist, string title, WaitHandle mEventStopSiteSearches, int timeLimit ) : System
artist string
title string
mEventStopSiteSearches System.Threading.WaitHandle
timeLimit int
리턴 System

SaveLrc() 공개 메소드

public SaveLrc ( string lrcFile ) : bool
lrcFile string
리턴 bool

SaveLrcWithGuid() 공개 정적인 메소드

public static SaveLrcWithGuid ( string lrcFile, System.Guid guid ) : bool
lrcFile string
guid System.Guid
리턴 bool

SiteActive() 공개 메소드

public SiteActive ( ) : bool
리턴 bool

프로퍼티 상세

Abort 공개적으로 정적으로 프로퍼티

public static bool Abort
리턴 bool

Domain 공개적으로 정적으로 프로퍼티

public static string Domain
리턴 string

WebExceptionOccured 공개적으로 정적으로 프로퍼티

public static bool WebExceptionOccured
리턴 bool