Class SDLVideoInfo[in The SDL Falcon Module.]

Encapsulate a video info.

class SDLVideoInfo

more...

Summary

blit_fillAre color fills accelerated
blit_hwAre hardware to hardware blits accelerated
blit_hw_AAre hardware to hardware alpha blits accelerated
blit_hw_CCAre hardware to hardware colorkey blits accelerated
blit_swAre software to hardware blits accelerated
blit_sw_AAre software to hardware alpha blits accelerated
blit_sw_CCAre software to hardware colorkey blits accelerated
hw_availableIs it possible to create hardware surfaces
vfmtPixel format of the video device stored in instanc
video_memTotal amount of video memory in Kilobyte
wm_availableIs there a window manager availabl

Detailed description

Encapsulate a video info.

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 instanc

video_mem

Total amount of video memory in Kilobyte

wm_available

Is there a window manager availabl


Made with faldoc 2.0.0