类:MediaStatusMessage
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-05。
[null,null,["最后更新时间 (UTC):2024-09-05。"],[[["`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"]]