C# 클래스 QianQianLrc.DownloadLyrics

파일 보기 프로젝트 열기: jasine/SaveDouban

공개 메소드들

메소드 설명
DownloadLyrics ( ) : System
GetLyric ( string artist, string title ) : string
SaveLyric ( string artist, string title, string path ) : bool

비공개 메소드들

메소드 설명
Distance ( string a, string b ) : int

Levenshtein Distance算法,计算两个字符串之间的差异

q_InitializeProxy ( object sender, EventArgs e ) : void
q_SelectSong ( object sender, EventArgs e ) : void
q_WebException ( object sender, EventArgs e ) : void

메소드 상세

DownloadLyrics() 공개 메소드

public DownloadLyrics ( ) : System
리턴 System

GetLyric() 공개 메소드

public GetLyric ( string artist, string title ) : string
artist string
title string
리턴 string

SaveLyric() 공개 메소드

public SaveLyric ( string artist, string title, string path ) : bool
artist string
title string
path string
리턴 bool