[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2023-12-02 (UTC)"],[[["`MediaStatus` represents the current status of a media session, including playback state, current time, and media information."],["It provides details about the media item being played, such as its ID, playback rate, and supported commands."],["`MediaStatus` also includes information about the queue, such as the current item, repeat mode, and preloaded items."],["Developers can access extended status, live seekable range, and custom data through `MediaStatus` properties for advanced functionalities."],["It exposes volume information, video details (if applicable), and potential reasons for idle states."]]],["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"]]