dashboard
repositories
filestore
activity
search
login
lyric
/
autolyric
抖音自动发送文本
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
歌词显示时间控制
Runt
2022-05-04
57fe689f1862ad0fda96b2e9eb054be6a7c9425d
[lyric/autolyric.git]
/
app
/
src
/
main
/
java
/
com
/
auto
/
lyric
/
data
/
LyricObject.java
1
2
3
4
5
6
7
8
9
10
11
package com.auto.lyric.data;
/**
* Created by Runt (qingingrunt2010@qq.com) on 2022/5/2.
*/
public class LyricObject {
public int begintime; // 开始时间
public int endtime; // 结束时间
public int timeline; // 单句歌词用时
public String lrc; // 单句歌词
}