C# Class LyricsEngine.LRC.SimpleLRCTimeAndLine

Inheritance: IComparable
Datei anzeigen Open project: MediaPortal/MPTagThat Class Usage Examples

Public Methods

Method Description
CompareTo ( object obj ) : int
IncludeOffset ( int offset ) : SimpleLRCTimeAndLine
SimpleLRCTimeAndLine ( int min, int sec, int msec, string line ) : System

Method Details

CompareTo() public method

public CompareTo ( object obj ) : int
obj object
return int

IncludeOffset() public method

public IncludeOffset ( int offset ) : SimpleLRCTimeAndLine
offset int
return SimpleLRCTimeAndLine

SimpleLRCTimeAndLine() public method

public SimpleLRCTimeAndLine ( int min, int sec, int msec, string line ) : System
min int
sec int
msec int
line string
return System