Encapsulate a video info.
Class SDLVideoInfo
This class is returned from SDL.GetVideoInfo() and just stores some informations about the video.
Consider its data as read only.
Properties | |
blit_fill | Are color fills accelerated? |
blit_hw | Are hardware to hardware blits accelerated? |
blit_hw_A | Are hardware to hardware alpha blits accelerated? |
blit_hw_CC | Are hardware to hardware colorkey blits accelerated? |
blit_sw | Are software to hardware blits accelerated? |
blit_sw_A | Are software to hardware alpha blits accelerated? |
blit_sw_CC | Are software to hardware colorkey blits accelerated? |
hw_available | Is it possible to create hardware surfaces? |
vfmt | Pixel format of the video device stored in instance |
video_mem | Total amount of video memory in Kilobytes |
wm_available | Is there a window manager available |
Are color fills accelerated?
Are color fills accelerated?
Are hardware to hardware blits accelerated?
Are hardware to hardware blits accelerated?
Are hardware to hardware alpha blits accelerated?
Are hardware to hardware alpha blits accelerated?
Are hardware to hardware colorkey blits accelerated?
Are hardware to hardware colorkey blits accelerated?
Are software to hardware blits accelerated?
Are software to hardware blits accelerated?
Are software to hardware alpha blits accelerated?
Are software to hardware alpha blits accelerated?
Are software to hardware colorkey blits accelerated?
Are software to hardware colorkey blits accelerated?
Is it possible to create hardware surfaces?
Is it possible to create hardware surfaces?
Pixel format of the video device stored in instance
Pixel format of the video device stored in SDLPixelFormat instance
Total amount of video memory in Kilobytes
Total amount of video memory in Kilobytes
Is there a window manager available
Is there a window manager available