音乐播放列表
类型名称:MusicPlaylist
扩展 CreativeWork
名称 |
类型 |
说明 |
曲目数 |
整数 |
此专辑或播放列表中的歌曲数。 |
轨道 |
ItemList 或 MusicRecording |
音乐录音(曲目),通常是单曲。如果给出了 ItemList,则列表应包含 MusicRecording 类型的项。 |
跟踪 |
音乐录制 |
音乐录音(曲目),通常是单曲。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-03。
[null,null,["最后更新时间 (UTC):2024-09-03。"],[[["The `MusicPlaylist` type, extending `CreativeWork`, represents a collection of music tracks."],["It includes properties like `numTracks`, `track`, and `tracks` to define playlist characteristics."],["`track` can be a single `MusicRecording` or an `ItemList` containing multiple `MusicRecording` items."],["`tracks` property represents a single `MusicRecording` (a music track)."],["`numTracks` provides the total number of tracks present in the playlist or album."]]],["The `MusicPlaylist` type, extending `CreativeWork`, details music playlists. Key information includes the `numTracks` property, indicating the total track count. Playlists can contain tracks defined by either an `ItemList` of `MusicRecording` types or directly as `MusicRecording` instances via the `track` or `tracks` properties respectively, where each `MusicRecording` represents a single song.\n"]]