音楽リリース
タイプ名: MusicRelease
MusicPlaylist を拡張します。
氏名 |
型 |
説明 |
カタログ番号 |
テキスト |
リリースのカタログ番号。 |
CreditedTo |
Organization または Person |
リリースのクレジット提供対象グループが byArtist と異なる場合。たとえば、赤と青は「Stefani Germanotta Band」にクレジットされていますが、レディー ガガもクレジットしています。 |
duration |
所要時間 |
アイテムの長さ(映画、音声録音、イベントなど)。ISO 8601 の日付形式で指定します。 |
musicReleaseFormat |
MusicReleaseFormatType |
このリリースの形式(使用されている録音メディアの種類(コンパクト ディスク、デジタル メディア、LP など)) |
レコードラベル |
組織 |
リリースを発行したラベル。 |
リリース日 |
MusicAlbum |
リリース版のアルバム。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-04 UTC。
[null,null,["最終更新日 2024-09-04 UTC。"],[[["`MusicRelease` extends `MusicPlaylist` and stores information about a specific music release, such as an album or single."],["It includes details like catalog number, release format, record label, and the album it is a release of."],["`MusicRelease` can specify the artist or group credited for the release, which might differ from the performer."],["It also provides the duration of the release and allows linking to the associated album using the `releaseOf` property."]]],["The `MusicRelease` type, extending `MusicPlaylist`, details information about a music release. Key data includes the release's `catalogNumber`, `creditedTo` (organization or person), and `duration` in ISO 8601 format. It also specifies the `musicReleaseFormat` (e.g., CD, digital), the `recordLabel`, and the `releaseOf`, referencing the associated `MusicAlbum`. These fields provide comprehensive details about the specific version of the music release.\n"]]