sdl Reference Manual

Synopsis

public class VideoInfo {
    public    uint32                    hw_available ;
    public    uint32                    wm_available ;
    public    uint32                    UnusedBits1 ;
    public    uint32                    UnusedBits2 ;
    public    uint32                    blit_hw ;
    public    uint32                    bliw_hw_CC ;
    public    uint32                    blit_hw_A ;
    public    uint32                    blit_sw ;
    public    uint32                    blit_sw_CC ;
    public    uint32                    blit_sw_A ;
    public    uint32                    blit_fill ;
    public    uint32                    UnusedBits3 ;
    public    uint32                    video_mem ;
    public    PixelFormat               vfmt ;
    public    int                       current_w ;
    public    int                       current_h ;


    public    static weak VideoInfo     get                       (  ) ;
}

VideoInfo Description

Details

Constructor Details

Field Details

hw_available
    public    uint32                    hw_available ;		

wm_available
    public    uint32                    wm_available ;		

UnusedBits1
    public    uint32                    UnusedBits1 ;		

UnusedBits2
    public    uint32                    UnusedBits2 ;		

blit_hw
    public    uint32                    blit_hw ;		

bliw_hw_CC
    public    uint32                    bliw_hw_CC ;		

blit_hw_A
    public    uint32                    blit_hw_A ;		

blit_sw
    public    uint32                    blit_sw ;		

blit_sw_CC
    public    uint32                    blit_sw_CC ;		

blit_sw_A
    public    uint32                    blit_sw_A ;		

blit_fill
    public    uint32                    blit_fill ;		

UnusedBits3
    public    uint32                    UnusedBits3 ;		

video_mem
    public    uint32                    video_mem ;		

vfmt
    public    PixelFormat               vfmt ;		

current_w
    public    int                       current_w ;		

current_h
    public    int                       current_h ;		

Signal Details

Property Details

Method Details

get ()
    public    static weak VideoInfo     get                       (  ) ;		


Created by Valadoc