PipeWire  0.3.33
module-filter-chain.c File Reference

Data Structures

struct  ladspa_handle
 
struct  ladspa_descriptor
 
struct  port
 
struct  node
 
struct  link
 
struct  graph_port
 
struct  graph_hndl
 
struct  graph
 
struct  impl
 

Macros

#define NAME   "filter-chain"
 
#define MAX_HNDL   64
 
#define MAX_PORTS   64
 
#define MAX_CONTROLS   256
 
#define MAX_SAMPLES   8192
 

Functions

int pipewire__module_init (struct pw_impl_module *module, const char *args)
 

Macro Definition Documentation

◆ MAX_CONTROLS

#define MAX_CONTROLS   256

◆ MAX_HNDL

#define MAX_HNDL   64

◆ MAX_PORTS

#define MAX_PORTS   64

◆ MAX_SAMPLES

#define MAX_SAMPLES   8192

◆ NAME

#define NAME   "filter-chain"

Function Documentation

◆ pipewire__module_init()