Skip to content

AmllLyricLine

This content is not available in your language yet.

Defined in: types/amll.ts:33

一行歌词,存储多个单词

Property Type Description Defined in
endTime number 该行的结束时间 并不总是等于最后一个单词的开始时间 types/amll.ts:65
isBG boolean 该行是否为背景歌词行 types/amll.ts:49
isDuet boolean 该行是否为对唱歌词行(即歌词行靠右对齐) types/amll.ts:53
romanLyric string 该行的音译 types/amll.ts:45
startTime number 该行的开始时间 并不总是等于第一个单词的开始时间 types/amll.ts:59
translatedLyric string 该行的翻译 types/amll.ts:41
words AmllLyricWord[] 该行的所有单词 types/amll.ts:37