Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-10-30 UTC.
[null,null,["Последнее обновление: 2024-10-30 UTC."],[[["`chrome.cast.media.GetStatusRequest` is a class used to request the current status of media playback on a Cast receiver."],["It includes a `customData` property, an optional object that can be used to send application-specific data to the receiver."]]],["The `GetStatusRequest` class, part of the `chrome.cast.media` API, is used to retrieve the media status. It is instantiated using the `new GetStatusRequest()` constructor. A key property of this request is `customData`, which allows for sending custom data to the receiver application. This `customData` is an optional object and can be null.\n"]]