[[["समझने में आसान है","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"]],["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[[["\u003cp\u003e\u003ccode\u003echrome.cast.media.GenericMediaMetadata\u003c/code\u003e provides a way to describe generic media content like movies or songs.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties for images, release date, release year (deprecated; use \u003ccode\u003ereleaseDate\u003c/code\u003e), subtitle, and title of the media.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use this class to provide metadata when casting media to a Chromecast device.\u003c/p\u003e\n"]]],["The `GenericMediaMetadata` class describes media content. It can be instantiated using `new GenericMediaMetadata()`. Key properties include `images`, an array of image objects representing the content's visuals. `releaseDate`, a string in ISO 8601 format, and `releaseYear` (deprecated) indicate the content's release. `subtitle` and `title` represent the textual descriptions of the content.\n"],null,["# Class: GenericMediaMetadata\n\nchrome.[cast](/cast/docs/reference/web_sender/chrome.cast).[media](/cast/docs/reference/web_sender/chrome.cast.media).GenericMediaMetadata\n==========================================================================================================================================\n\nclass static\n\nA generic media description.\n\nConstructor\n-----------\n\n### GenericMediaMetadata\n\nnew\nGenericMediaMetadata()\n\nProperties\n----------\n\n### images\n\n(non-null Array of non-null [chrome.cast.Image](/cast/docs/reference/web_sender/chrome.cast.Image) or undefined)\n\nContent images. Examples would include cover art or a thumbnail of the\ncurrently playing media.\n\n### releaseDate\n\n(string or undefined)\n\nISO 8601 date and/or time when the content was released, e.g. 2014-02-10.\n\n### releaseYear\n\n(number or undefined)\n\nInteger year when the content was released.\n\nDeprecated\n: Use releaseDate instead.\n\n### subtitle\n\n(string or undefined)\n\nContent subtitle.\n\n### title\n\n(string or undefined)\n\nContent title."]]