r.a.FrameBuffer(object) : class documentation

Part of reven.api View In Hierarchy

Video framebuffer information.

Method __init__ Build a FrameBuffer object from a reven_api.framebuffer_information.
Method width Width of the framebuffer, in pixels.
Method size Size of the framebuffer, in bytes.
Method line_size Bytes per line (may be higher than width*bpp/8).
Method height Height of the framebuffer, in pixels.
Method bpp Number of bits per pixels.
Method physical_address Framebuffer physical address.
Method is_paged Framebuffer paging status.
Method __repr__ Undocumented
def __init__(self, revn):

Build a FrameBuffer object from a reven_api.framebuffer_information.

@property
def width(self):

Width of the framebuffer, in pixels.

@property
def size(self):

Size of the framebuffer, in bytes.

@property
def line_size(self):

Bytes per line (may be higher than width*bpp/8).

@property
def height(self):

Height of the framebuffer, in pixels.

@property
def bpp(self):

Number of bits per pixels.

@property
def physical_address(self):

Framebuffer physical address.

@property
def is_paged(self):

Framebuffer paging status.

def __repr__(self):
Undocumented
API Documentation for reven, generated by pydoctor at 2016-05-25 16:38:00.