PipeWire  0.3.34
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]
 

Field Documentation

◆ control_port

struct port* graph::control_port[MAX_CONTROLS]

◆ 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]

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