Modifier and Type | Field and Description |
---|---|
int |
endChar
The offset of the end character to be highlighted
|
int |
endTimeMs
The end time (in milliseconds) to highlight the characters
specified by startChar and endChar.
|
int |
startChar
The offset of the start character to be highlighted
|
int |
startTimeMs
The start time (in milliseconds) to highlight the characters
specified by startChar and endChar.
|
Constructor and Description |
---|
Karaoke(int startTimeMs,
int endTimeMs,
int startChar,
int endChar)
Constructor
|
public final int startTimeMs
public final int endTimeMs
public final int startChar
public final int endChar
public Karaoke(int startTimeMs, int endTimeMs, int startChar, int endChar)
startTimeMs
- the start time (in milliseconds) to highlight
the characters between startChar and endChar.endTimeMs
- the end time (in milliseconds) to highlight
the characters between startChar and endChar.startChar
- the offset of the start character to be highlighted.endChar
- the offset of the end character to be highlighted.