TTMLMetadata
Defined in: types/index.ts:259
TTML 歌词的元数据内容
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
agents? | Record<string, Agent> | 演唱者映射表 | types/index.ts:308 |
album? | string[] | 专辑名称列表 | types/index.ts:288 |
artist? | string[] | 艺术家名称列表 | types/index.ts:283 |
authorIds? | string[] | 歌词作者 GitHub 数字 ID 列表 | types/index.ts:298 |
authorNames? | string[] | 歌词作者 GitHub 用户名列表 | types/index.ts:303 |
isrc? | string[] | ISRC 号码列表 | types/index.ts:293 |
language? | string | 歌词主语言代码 (BCP-47) | types/index.ts:263 |
platformIds? | Partial<Record<PlatformId, string[]>> | 平台关联 ID | types/index.ts:313 |
rawProperties? | Record<string, string[]> | 其他原始的自定义属性 | types/index.ts:318 |
songwriters? | string[] | 歌曲创作者列表 | types/index.ts:273 |
timingMode? | "Word" | "Line" | 计时模式 | types/index.ts:268 |
title? | string[] | 歌曲标题列表 | types/index.ts:278 |