SurfaceCapability
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Enums |
SURFACE_CAPABILITY_UNSPECIFIED |
अज्ञात / बताया नहीं गया है. |
AUDIO_OUTPUT |
Surface, ऑडियो आउटपुट के साथ काम करता है. |
SCREEN_OUTPUT |
Surface, स्क्रीन/विज़ुअल आउटपुट के साथ काम करता है. |
MEDIA_RESPONSE_AUDIO |
Surface, मीडिया में दिए गए ऑडियो के साथ काम करता है. |
WEB_BROWSER |
Surface की मदद से, वेब ब्राउज़र काम करते हैं. |
ACCOUNT_LINKING |
Surface, खाता जोड़ने की सुविधा देता है. |
INTERACTIVE_CANVAS |
Surface, इंटरैक्टिव कैनवस पर काम करता है. |
HOME_STORAGE |
Surface की मदद से, होम का स्टोरेज इस्तेमाल किया जा सकता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThis document outlines the various surface capabilities that a device may have, such as audio output, screen output, and web browsing.\u003c/p\u003e\n"],["\u003cp\u003eThese surface capabilities are represented by enums, each with a specific meaning like \u003ccode\u003eAUDIO_OUTPUT\u003c/code\u003e indicating the device has audio output capabilities.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use these enums to determine the functionalities of a given surface and tailor their applications accordingly.\u003c/p\u003e\n"]]],["The core content defines a set of surface capabilities, each represented by an enum. These capabilities indicate what a surface can support, including `AUDIO_OUTPUT`, `SCREEN_OUTPUT`, and `MEDIA_RESPONSE_AUDIO` for various audio and visual functionalities. Other capabilities include `WEB_BROWSER` support, `ACCOUNT_LINKING`, `INTERACTIVE_CANVAS`, and `HOME_STORAGE` functionalities. `SURFACE_CAPABILITY_UNSPECIFIED` is designated for unknown or unspecified capabilities.\n"],null,["# SurfaceCapability\n\nPossible set of surface capabilities.\n\n| Enums ||\n|----------------------------------|----------------------------------------|\n| `SURFACE_CAPABILITY_UNSPECIFIED` | Unknown / Unspecified. |\n| `AUDIO_OUTPUT` | Surface supports audio output. |\n| `SCREEN_OUTPUT` | Surface supports screen/visual output. |\n| `MEDIA_RESPONSE_AUDIO` | Surface supports media response audio. |\n| `WEB_BROWSER` | Surface supports web browsers. |\n| `ACCOUNT_LINKING` | Surface supports account linking. |\n| `INTERACTIVE_CANVAS` | Surface supports Interactive Canvas. |\n| `HOME_STORAGE` | Surface supports home storage. |"]]