Ardour  9.0-pre0-582-g084a23a80d
LV2_Inline_Display_Image_Surface Struct Reference

#include <lv2_extensions.h>

Public Attributes

unsigned char * data
 
int width
 
int height
 
int stride
 

Detailed Description

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.

Member Data Documentation

◆ data

unsigned char* LV2_Inline_Display_Image_Surface::data

Definition at line 51 of file lv2_extensions.h.

◆ height

int LV2_Inline_Display_Image_Surface::height

Definition at line 53 of file lv2_extensions.h.

◆ stride

int LV2_Inline_Display_Image_Surface::stride

Definition at line 54 of file lv2_extensions.h.

◆ width

int LV2_Inline_Display_Image_Surface::width

Definition at line 52 of file lv2_extensions.h.


The documentation for this struct was generated from the following file: