public static class NativeFramebuffer.fb_var_screeninfo
extends Structure
Modifier and Type | Class and Description |
---|---|
static class |
NativeFramebuffer.fb_var_screeninfo.ByReference
Reference wrapper
|
static class |
NativeFramebuffer.fb_var_screeninfo.ByValue
Value wrapper
|
Modifier and Type | Field and Description |
---|---|
int |
accel_flags
(OBSOLETE) see fb_info.flags
|
int |
activate
see FB_ACTIVATE_*
|
int |
bits_per_pixel
BPP value
|
NativeFramebuffer.fb_bitfield.ByValue |
blue
info about blue channel
|
int |
colorspace
colorspace for FOURCC-based modes
|
int |
grayscale
0 = color, 1 = grayscale, >1 = FOURCC
|
NativeFramebuffer.fb_bitfield.ByValue |
green
info about green channel
|
int |
height
height of picture in mm
|
int |
hsync_len
length of horizontal sync (pixclocks)
|
int |
left_margin
time from sync to picture (pixclocks)
|
int |
lower_margin
time from sync to picture (pixclocks)
|
int |
nonstd
!= 0 Non standard pixel format
|
int |
pixclock
pixel clock in ps (pico seconds)
|
NativeFramebuffer.fb_bitfield.ByValue |
red
info about red channel
|
int[] |
reserved
Reserved for future compatibility
|
int |
right_margin
time from picture to sync (pixclocks)
|
int |
rotate
angle we rotate counter clockwise
|
int |
sync
see FB_SYNC_*
|
NativeFramebuffer.fb_bitfield.ByValue |
transp
info about transparency channel
|
int |
upper_margin
time from sync to picture (pixclocks)
|
int |
vmode
see FB_VMODE_*
|
int |
vsync_len
length of vertical sync (pixclocks)
|
int |
width
width of picture in mm
|
int |
xoffset
offset from virtual to visible X resolution
|
int |
xres
visible X resolution
|
int |
xres_virtual
virtual X resolution
|
int |
yoffset
offset from virtual to visible Y resolution
|
int |
yres
visible Y resolution
|
int |
yres_virtual
virtual Y resolution
|
Constructor and Description |
---|
fb_var_screeninfo()
Initialize this structure.
|
fb_var_screeninfo(Pointer p) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.lang.String> |
getFieldOrder() |
public int xres
public int yres
public int xres_virtual
public int yres_virtual
public int xoffset
public int yoffset
public int bits_per_pixel
public int grayscale
public NativeFramebuffer.fb_bitfield.ByValue red
public NativeFramebuffer.fb_bitfield.ByValue green
public NativeFramebuffer.fb_bitfield.ByValue blue
public NativeFramebuffer.fb_bitfield.ByValue transp
public int nonstd
public int activate
public int height
public int width
public int accel_flags
public int pixclock
public int left_margin
public int right_margin
public int upper_margin
public int lower_margin
public int hsync_len
public int vsync_len
public int sync
public int vmode
public int rotate
public int colorspace
public int[] reserved