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 एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2023-05-16 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2023-05-16 (UTC) को अपडेट किया गया."],[[["This document outlines the various surface capabilities that a device may have, such as audio output, screen output, and web browsing."],["These surface capabilities are represented by enums, each with a specific meaning like `AUDIO_OUTPUT` indicating the device has audio output capabilities."],["Developers can use these enums to determine the functionalities of a given surface and tailor their applications accordingly."]]],["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"]]