Вопрос

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