AI-generated Key Takeaways
- 
          The MovieMediaMetadata class is a static class in the cast.framework.messages namespace that describes a movie media. 
- 
          It has a constructor, MovieMediaMetadata(), and several properties to provide details about the movie. 
- 
          Properties include contentRating, images, releaseDate, releaseYear (deprecated), studio, subtitle, and title. 
cast.framework.messages.  MovieMediaMetadata
            A movie media description.
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.