TTMLLyric
This content is not available in your language yet.
Defined in: types.ts:60
一个 TTML 歌词行对象,存储了歌词行信息和 AMLL 元数据信息
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
lines |
LyricLine[] |
TTML 中存储的歌词行信息 | types.ts:64 |
metadata |
[string, string[]][] |
一个元数据表,以 [键, 值数组] 的形式存储 |
types.ts:68 |