C# 클래스 LyricsEngine.LRC.SimpleLRC

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

공개 메소드들

메소드 설명
SimpleLRC ( string file ) : System

Constructor used in the MyLyrics configuration

SimpleLRC ( string artist, string title, string lyric ) : System

비공개 메소드들

메소드 설명
GetLRCinfoFromFile ( string &line, bool originalLine ) : bool

메소드 상세

SimpleLRC() 공개 메소드

Constructor used in the MyLyrics configuration
public SimpleLRC ( string file ) : System
file string
리턴 System

SimpleLRC() 공개 메소드

public SimpleLRC ( string artist, string title, string lyric ) : System
artist string
title string
lyric string
리턴 System