特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-02 UTC。
[null,null,["最終更新日 2023-12-02 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"]]