PipeWire  0.3.33
ladspa_descriptor Struct Reference

Data Fields

struct spa_list link
 
int ref
 
struct ladspa_handlehandle
 
char label [256]
 
const LADSPA_Descriptor * desc
 
uint32_t n_input
 
uint32_t n_output
 
uint32_t n_control
 
uint32_t n_notify
 
unsigned long input [MAX_PORTS]
 
unsigned long output [MAX_PORTS]
 
unsigned long control [MAX_PORTS]
 
unsigned long notify [MAX_PORTS]
 
LADSPA_Data default_control [MAX_PORTS]
 

Field Documentation

◆ control

unsigned long ladspa_descriptor::control[MAX_PORTS]

◆ default_control

LADSPA_Data ladspa_descriptor::default_control[MAX_PORTS]

◆ desc

const LADSPA_Descriptor* ladspa_descriptor::desc

◆ handle

struct ladspa_handle* ladspa_descriptor::handle

◆ input

unsigned long ladspa_descriptor::input[MAX_PORTS]

◆ label

char ladspa_descriptor::label[256]

◆ link

struct spa_list ladspa_descriptor::link

◆ n_control

uint32_t ladspa_descriptor::n_control

◆ n_input

uint32_t ladspa_descriptor::n_input

◆ n_notify

uint32_t ladspa_descriptor::n_notify

◆ n_output

uint32_t ladspa_descriptor::n_output

◆ notify

unsigned long ladspa_descriptor::notify[MAX_PORTS]

◆ output

unsigned long ladspa_descriptor::output[MAX_PORTS]

◆ ref

int ladspa_descriptor::ref

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