Skip to content

Instantly share code, notes, and snippets.

@gb103
Created March 12, 2021 06:45
Show Gist options
  • Save gb103/b6f97e174a6c771d3dfa232e6bd13185 to your computer and use it in GitHub Desktop.
Save gb103/b6f97e174a6c771d3dfa232e6bd13185 to your computer and use it in GitHub Desktop.
class LrcRow {
public long time; //lyrics start time in the timestamp format
public String content; //lyrics content
public String strTime; // lyrics start time in raw format
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment