Class: MovieMediaMetadata

  • MovieMediaMetadata provides a structured way to describe movie content within the Cast framework, encompassing details like title, studio, release date, images, and content rating.

  • Key properties include title, studio, releaseDate, images, and contentRating, offering comprehensive metadata for movie content.

  • While releaseYear is available, it's recommended to utilize releaseDate for representing the movie's release information.

Constructor

MovieMediaMetadata

new MovieMediaMetadata()

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 movie was released, in ISO 8601 format, for example, 2014-02-10.

releaseYear

(number or undefined)

The year when the content was released, in integer format.

Deprecated
Use `releaseDate` instead.

studio

(string or undefined)

Movie studio.

subtitle

(string or undefined)

Movie subtitle.

title

(string or undefined)

Movie title.