Frage

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

The method is createVirtualDisplay() inside DisplayManager

Thanks

War es hilfreich?

Lösung

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

Andere Tipps

You can use these functions:

Display getDisplay(int displayId)

Gets information about a logical display.

Display[]   getDisplays()

Gets all currently valid logical displays.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top