Home
last modified time | relevance | path

Searched defs:Lyric (Results 1 – 1 of 1) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DLyric.h8 struct Lyric // 一句歌词的结构体 struct
17 vector<int> word_time; // 分割后各字持续时间(毫秒),未经Normalize仅限GetLyricProgress使用,其他位置不应使用防止出现意料之外的行为 argument
20 bool operator<(const Lyric& lyric) const argument