A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developers.google.com/cast/docs/reference/chrome/chrome.cast.media.MusicTrackMediaMetadata below:

Class: MusicTrackMediaMetadata | Cast | Google for Developers

Class: MusicTrackMediaMetadata

Stay organized with collections Save and categorize content based on your preferences.

Constructor MusicTrackMediaMetadata

new MusicTrackMediaMetadata()

Properties albumArtist

(string or undefined)

Album artist name.

albumName

(string or undefined)

Album name.

artist

(string or undefined)

Track artist name.

artistName

(string or undefined)

Track artist name.

Deprecated
Use artist instead.
composer

(string or undefined)

Track composer name.

discNumber

(number or undefined)

Disc number. A positive integer.

images

(non-null Array of non-null chrome.cast.Image or undefined)

Content images. Examples would include cover art or a thumbnail of the currently playing media.

releaseDate

(string or undefined)

ISO 8601 date when the track was released, e.g. 2014-02-10.

releaseYear

(number or undefined)

Integer year when the album was released.

Deprecated
Use releaseDate instead.
songName

(string or undefined)

Track name.

title

(string or undefined)

Track title.

trackNumber

(number or undefined)

Track number in album. A positive integer.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-09-18 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["`chrome.cast.media.MusicTrackMediaMetadata` provides a structured way to describe music track metadata for use with the Google Cast SDK."],["It includes properties for details like track title, artist, album, images, release date, and track/disc numbers."],["Some properties like `artistName` and `releaseYear` are deprecated in favor of `artist` and `releaseDate`, respectively."],["Developers can use this class to create rich media descriptions when sending music content to Cast devices."]]],["The `MusicTrackMediaMetadata` class describes music track information for media casting. It includes properties such as `albumArtist`, `albumName`, `artist`, `composer`, `discNumber`, and `trackNumber`. It can hold content `images` and the `releaseDate` of the track. There are also deprecated properties, `artistName`, and `releaseYear` that should no longer be used, in favor of `artist` and `releaseDate`. Other relevant data include the `songName` and `title`.\n"]]


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.3