[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2023-12-02 (UTC)."],[[["`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"]]