AI-generated Key Takeaways
-
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.
cast.framework. ApplicationMetadata
Cast application metadata.
Constructor
ApplicationMetadata
new ApplicationMetadata(sessionObj)
Parameter |
|
---|---|
sessionObj |
Session data. Value must not be null. |
Properties
applicationId
string
The application's id.
images
non-null Array of non-null chrome.cast.Image
A list of images associated with the app.
name
string
Application's human-readable name.
namespaces
non-null Array of string
A list of the namespaces supported by the receiver application.