PipeWire  0.3.32
node Struct Reference
Collaboration diagram for node:

Data Fields

struct spa_list link
 
struct graphgraph
 
struct ladspa_descriptordesc
 
char name [256]
 
struct port input_port [MAX_PORTS]
 
struct port output_port [MAX_PORTS]
 
struct port control_port [MAX_PORTS]
 
struct port notify_port [MAX_PORTS]
 
uint32_t n_hndl
 
LADSPA_Handle hndl [MAX_HNDL]
 
unsigned int n_deps
 
unsigned int visited:1
 

Field Documentation

◆ control_port

struct port node::control_port[MAX_PORTS]

◆ desc

struct ladspa_descriptor* node::desc

◆ graph

◆ hndl

LADSPA_Handle node::hndl[MAX_HNDL]

◆ input_port

struct port node::input_port[MAX_PORTS]

◆ link

struct spa_list node::link

◆ n_deps

unsigned int node::n_deps

◆ n_hndl

uint32_t node::n_hndl

◆ name

char node::name[256]

Referenced by pw_impl_node_destroy().

◆ notify_port

struct port node::notify_port[MAX_PORTS]

◆ output_port

struct port node::output_port[MAX_PORTS]

◆ visited

unsigned int node::visited

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