문제

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