跳转到内容

Agent

Defined in: types/index.ts:225

演唱者信息结构

PropertyTypeDescriptionDefined in
idstring演唱者的 ID 如果是 AMLL 的 TTML,只有 v1 和 v2 分别指代非对唱和对唱。 如果是 Apple Music 的 TTML,还会出现 v3,v4 等指代每个演唱者,以及 v1000 用于指代合唱。types/index.ts:232
name?string演唱者名称types/index.ts:237
type?string演唱者类型 通常为 “person”, “group”, “other”,也有可能是其他字符串types/index.ts:244