anybody knows what this method does, anybody has some sample code? Anybody used this before?

The method is createVirtualDisplay() inside DisplayManager

Thanks

有帮助吗?

解决方案

I think it's for rendering the current context display virtually (off screen). Probably for video output and or capture.

其他提示

You can use these functions:

Display getDisplay(int displayId)

Gets information about a logical display.

Display[]   getDisplays()

Gets all currently valid logical displays.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top