Class: CloudMediaStatus
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["\u003cp\u003e\u003ccode\u003eCloudMediaStatus\u003c/code\u003e is a class within the \u003ccode\u003ecast.framework.messages\u003c/code\u003e namespace specifically designed for sending media status updates to cloud-based senders like Google Assistant.\u003c/p\u003e\n"],["\u003cp\u003eIt is instantiated using the \u003ccode\u003enew CloudMediaStatus()\u003c/code\u003e constructor, providing a way to create an object for holding media status information destined for the cloud.\u003c/p\u003e\n"]]],["`CloudMediaStatus` is a specialized `MediaStatus` class designed exclusively for cloud senders, such as Google Assistant. It is part of the `cast.framework.messages` module within the Cast Web Receiver SDK. The class provides a constructor, `new CloudMediaStatus()`, for creating instances, and is exclusively used to transmit media status information to cloud-based entities.\n"],null,["# Class: CloudMediaStatus\n\ncast.[framework](/cast/docs/reference/web_receiver/cast.framework).[messages](/cast/docs/reference/web_receiver/cast.framework.messages).CloudMediaStatus\n=========================================================================================================================================================\n\nclass static\n\nA `MediaStatus` that is only sent to the cloud sender, for example, Google\nAssistant.\n\nConstructor\n-----------\n\n### CloudMediaStatus\n\nnew\nCloudMediaStatus()"]]