Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人知道这个方法是做什么的,有人有一些示例代码吗?以前有人用过这个吗?
方法是DisplayManager里面的createVirtualDisplay()
谢谢
我认为它是用于虚拟渲染当前上下文显示(离屏)。可能用于视频输出和/或捕获。
您可以使用以下功能:
Display getDisplay(int displayId)
获取有关逻辑显示的信息。
Display[] getDisplays()
获取所有当前有效的逻辑显示。