AI-generated Key Takeaways
-
GenericMediaMetadata provides a generic description for media content.
-
It includes properties for title, subtitle, content rating, images, and release information.
-
The releaseDate property is the preferred way to indicate the release date, replacing the deprecated releaseYear.
cast.framework.messages. GenericMediaMetadata
A generic media description.
Constructor
GenericMediaMetadata
new GenericMediaMetadata()
Properties
contentRating
Content rating.
images
(non-null Array of non-null cast.framework.messages.Image or undefined)
Content images, for example, cover art or a thumbnail of the currently-playing media.
releaseDate
(string or undefined)
The date when the content was released, in ISO 8601 format,
for example, 2014-02-10
.
releaseYear
(number or undefined)
Integer year when the content was released.
- Deprecated
- Use `releaseDate` instead.
subtitle
(string or undefined)
Content subtitle.
title
(string or undefined)
Content title.