| 
    Ardour
    9.0-pre0-1971-g33f1681c76
    
   | 
 
#include <lv2_extensions.h>
Public Attributes | |
| LV2_Inline_Display_Image_Surface *(* | render )(LV2_Handle instance, uint32_t w, uint32_t h) | 
Plugin Inline-Display Interface.
Definition at line 69 of file lv2_extensions.h.
| LV2_Inline_Display_Image_Surface*(* LV2_Inline_Display_Interface::render) (LV2_Handle instance, uint32_t w, uint32_t h) | 
The render method. This is called by the host in a non-realtime context, usually the main GUI thread. The data pointer is owned by the plugin and must be valid from the first call to render until cleanup.
| instance | The LV2 instance | 
| w | the max available width | 
| h | the max available height | 
Definition at line 81 of file lv2_extensions.h.