[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2023-12-02。"],[[["`chrome.cast.media.MovieMediaMetadata` provides a way to describe movie content for casting."],["It includes properties like title, studio, release date, images, and subtitles for a comprehensive movie description."],["`releaseYear` is deprecated; use `releaseDate` for specifying the movie's release information."]]],["The `MovieMediaMetadata` class describes movie media content. It includes properties for `images` (cover art/thumbnails), `releaseDate` (ISO 8601 format), `releaseYear` (deprecated; use `releaseDate`), `studio`, `subtitle`, and `title`. A new `MovieMediaMetadata` object can be created using its constructor. The `images` property contains an array of `chrome.cast.Image` objects. `releaseDate` should be used over the deprecated `releaseYear`.\n"]]