C# Class LyricsEngine.LRC.SimpleLRC

Exibir arquivo Open project: MediaPortal/MPTagThat

Public Methods

Method Description
SimpleLRC ( string file ) : System

Constructor used in the MyLyrics configuration

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

Private Methods

Method Description
GetLRCinfoFromFile ( string &line, bool originalLine ) : bool

Method Details

SimpleLRC() public method

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

SimpleLRC() public method

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