display_primary_create


Description:

public virtual signal void display_primary_create (int format, int width, int height, int stride, int shmid, void* data)

The display_primary_create signal provides main display buffer data.

Parameters:

format

spice_surface_fmt_32_xrgb or spice_surface_fmt_16_555;

width

width resolution

height

height resolution

stride

the buffer stride ("width" padding)

shmid

identifier of the shared memory segment associated with the imgdata, or -1 if not shm

imgdata

pointer to surface buffer