Ardour
9.0-pre0-582-g084a23a80d
|
#include <lv2_extensions.h>
Public Attributes | |
unsigned char * | data |
int | width |
int | height |
int | stride |
raw image pixmap format is ARGB32, the data pointer is owned by the plugin and must be valid from the first call to render until cleanup.
Definition at line 50 of file lv2_extensions.h.
unsigned char* LV2_Inline_Display_Image_Surface::data |
Definition at line 51 of file lv2_extensions.h.
int LV2_Inline_Display_Image_Surface::height |
Definition at line 53 of file lv2_extensions.h.
int LV2_Inline_Display_Image_Surface::stride |
Definition at line 54 of file lv2_extensions.h.
int LV2_Inline_Display_Image_Surface::width |
Definition at line 52 of file lv2_extensions.h.