クラス: MediaStatusMessage
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-05 UTC。
[null,null,["最終更新日 2024-09-05 UTC。"],[[["`MediaStatusMessage` is used to send a `MediaStatus` object over the media channel for backward compatibility."],["It contains a request ID, an array of `MediaStatus` objects (usually with only one element), and a message type."],["Developers can create a new `MediaStatusMessage` using the constructor `new MediaStatusMessage()`."]]],["`MediaStatusMessage` wraps a `MediaStatus` object for transmission via the media channel, primarily for backward compatibility. It contains `requestId`, which correlates to a specific request. The `status` property is a non-empty array of `MediaStatus` objects, though typically it holds only one. Lastly, `type` specifies the `MessageType`. The class uses a constructor `MediaStatusMessage()`. These are the properties associated with the given class.\n"]]