Klasse: CloudMediaStatus
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-25 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-07-25 (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()"]]