Created
March 12, 2021 06:45
-
-
Save gb103/b6f97e174a6c771d3dfa232e6bd13185 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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