[null,null,["Last updated 2024-09-18 UTC."],[[["\u003cp\u003e\u003ccode\u003eMovieMediaMetadata\u003c/code\u003e provides a structured way to describe movie content within the Cast framework, encompassing details like title, studio, release date, images, and content rating.\u003c/p\u003e\n"],["\u003cp\u003eKey properties include \u003ccode\u003etitle\u003c/code\u003e, \u003ccode\u003estudio\u003c/code\u003e, \u003ccode\u003ereleaseDate\u003c/code\u003e, \u003ccode\u003eimages\u003c/code\u003e, and \u003ccode\u003econtentRating\u003c/code\u003e, offering comprehensive metadata for movie content.\u003c/p\u003e\n"],["\u003cp\u003eWhile \u003ccode\u003ereleaseYear\u003c/code\u003e is available, it's recommended to utilize \u003ccode\u003ereleaseDate\u003c/code\u003e for representing the movie's release information.\u003c/p\u003e\n"]]],["The `MovieMediaMetadata` class describes movie media content. Key properties include `contentRating`, `images` (an array of image objects), and `releaseDate` (ISO 8601 format). It also contains the deprecated `releaseYear`, `studio`, `subtitle`, and `title` for the movie. This class allows developers to organize and provide detailed information about a particular movie within the cast framework.\n"],null,["# Class: MovieMediaMetadata\n\ncast.[framework](/cast/docs/reference/web_receiver/cast.framework).[messages](/cast/docs/reference/web_receiver/cast.framework.messages).MovieMediaMetadata\n===========================================================================================================================================================\n\nclass static\n\nA movie media description.\n\nConstructor\n-----------\n\n### MovieMediaMetadata\n\nnew\nMovieMediaMetadata()\n\nProperties\n----------\n\n### contentRating\n\n\u003cbr /\u003e\n\nContent rating.\n\n### images\n\n(non-null Array of non-null [cast.framework.messages.Image](/cast/docs/reference/web_receiver/cast.framework.messages.Image) or undefined)\n\nContent images, for example, cover art or a thumbnail of the\ncurrently-playing media.\n\n### releaseDate\n\n(string or undefined)\n\nThe date when the movie was released, in ISO 8601 format, for example,\n`2014-02-10`.\n\n### releaseYear\n\n(number or undefined)\n\nThe year when the content was released, in integer format.\n\nDeprecated\n: Use \\`releaseDate\\` instead.\n\n### studio\n\n(string or undefined)\n\nMovie studio.\n\n### subtitle\n\n(string or undefined)\n\nMovie subtitle.\n\n### title\n\n(string or undefined)\n\nMovie title."]]