[null,null,["Last updated 2024-09-18 UTC."],[[["\u003cp\u003e\u003ccode\u003eMediaStatus\u003c/code\u003e represents the current status of a media session, including playback state, current time, and media information.\u003c/p\u003e\n"],["\u003cp\u003eIt provides details about the media item being played, such as its ID, playback rate, and supported commands.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMediaStatus\u003c/code\u003e also includes information about the queue, such as the current item, repeat mode, and preloaded items.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can access extended status, live seekable range, and custom data through \u003ccode\u003eMediaStatus\u003c/code\u003e properties for advanced functionalities.\u003c/p\u003e\n"],["\u003cp\u003eIt exposes volume information, video details (if applicable), and potential reasons for idle states.\u003c/p\u003e\n"]]],["The `ApplicationMetadata` class stores data about a Cast application. It's created using a `sessionObj`, and contains the application's ID (`applicationId`), a list of associated images (`images`), its human-readable name (`name`), and an array of supported namespaces (`namespaces`). These properties are all defined as part of an active cast session. This class is used to represent static information about a Cast application.\n"],null,["# Class: ApplicationMetadata\n\ncast.[framework](/cast/docs/reference/web_sender/cast.framework).ApplicationMetadata\n====================================================================================\n\nclass static\n\nCast application metadata.\n\nConstructor\n-----------\n\n### ApplicationMetadata\n\nnew\nApplicationMetadata(sessionObj)\n\n| #### Parameter ||\n|------------|------------------------------------------------------------------------------------------------------------------|\n| sessionObj | [chrome.cast.Session](/cast/docs/reference/web_sender/chrome.cast.Session) Session data. Value must not be null. |\n\nProperties\n----------\n\n### applicationId\n\nstring\n\nThe application's id.\n\n### images\n\nnon-null Array of non-null [chrome.cast.Image](/cast/docs/reference/web_sender/chrome.cast.Image)\n\nA list of images associated with the app.\n\n### name\n\nstring\n\nApplication's human-readable name.\n\n### namespaces\n\nnon-null Array of string\n\nA list of the namespaces supported by the receiver application."]]