C# Class LyricsEngine.LRC.SimpleLRCFormat

Show file Open project: MediaPortal/MPTagThat

Public Properties

Property Type Description
AlbumLineStartRegex System.Text.RegularExpressions.Regex
ArtistLineStartRegex System.Text.RegularExpressions.Regex
LineLineRegex System.Text.RegularExpressions.Regex
OffsetLineStartRegex System.Text.RegularExpressions.Regex
TitleLineStartRegex System.Text.RegularExpressions.Regex

Property Details

AlbumLineStartRegex public static property

public static Regex,System.Text.RegularExpressions AlbumLineStartRegex
return System.Text.RegularExpressions.Regex

ArtistLineStartRegex public static property

public static Regex,System.Text.RegularExpressions ArtistLineStartRegex
return System.Text.RegularExpressions.Regex

LineLineRegex public static property

public static Regex,System.Text.RegularExpressions LineLineRegex
return System.Text.RegularExpressions.Regex

OffsetLineStartRegex public static property

public static Regex,System.Text.RegularExpressions OffsetLineStartRegex
return System.Text.RegularExpressions.Regex

TitleLineStartRegex public static property

public static Regex,System.Text.RegularExpressions TitleLineStartRegex
return System.Text.RegularExpressions.Regex