SurfaceCapability
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ชุดความสามารถของแพลตฟอร์มที่เป็นไปได้
Enum |
SURFACE_CAPABILITY_UNSPECIFIED |
ไม่รู้จัก / ไม่ระบุ |
AUDIO_OUTPUT |
พื้นผิวรองรับเอาต์พุตเสียง |
SCREEN_OUTPUT |
Surface รองรับเอาต์พุตหน้าจอ/ภาพ |
MEDIA_RESPONSE_AUDIO |
Surface รองรับเสียงการตอบสนองของสื่อ |
WEB_BROWSER |
Surface รองรับเว็บเบราว์เซอร์ |
ACCOUNT_LINKING |
Surface รองรับการลิงก์บัญชี |
INTERACTIVE_CANVAS |
Surface รองรับ Canvas แบบอินเทอร์แอกทีฟ |
HOME_STORAGE |
Surface รองรับพื้นที่เก็บข้อมูลในบ้าน |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 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. |"]]