PipeWire  0.3.33
graph Struct Reference

Data Fields

struct implimpl
 
struct spa_list node_list
 
struct spa_list link_list
 
uint32_t n_input
 
struct graph_port input [MAX_PORTS]
 
uint32_t n_output
 
struct graph_port output [MAX_PORTS]
 
uint32_t n_hndl
 
struct graph_hndl hndl [MAX_HNDL]
 
uint32_t n_control
 
struct portcontrol_port [MAX_CONTROLS]
 
LADSPA_Data silence_data [MAX_SAMPLES]
 
LADSPA_Data discard_data [MAX_SAMPLES]
 

Field Documentation

◆ control_port

struct port* graph::control_port[MAX_CONTROLS]

◆ discard_data

LADSPA_Data graph::discard_data[MAX_SAMPLES]

◆ hndl

struct graph_hndl graph::hndl[MAX_HNDL]

◆ impl

struct impl* graph::impl

Referenced by pipewire__module_init().

◆ input

struct graph_port graph::input[MAX_PORTS]

◆ link_list

struct spa_list graph::link_list

◆ n_control

uint32_t graph::n_control

◆ n_hndl

uint32_t graph::n_hndl

◆ n_input

uint32_t graph::n_input

◆ n_output

uint32_t graph::n_output

◆ node_list

struct spa_list graph::node_list

◆ output

struct graph_port graph::output[MAX_PORTS]

◆ silence_data

LADSPA_Data graph::silence_data[MAX_SAMPLES]

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