PipeWire  0.3.38
module-filter-chain.c File Reference
Include dependency graph for module-filter-chain.c:

Data Structures

struct  plugin
 
struct  descriptor
 
struct  port
 
struct  node
 
struct  link
 
struct  graph_port
 
struct  graph_hndl
 
struct  graph
 
struct  impl
 

Macros

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

Functions

 PW_LOG_TOPIC_STATIC (mod_topic, "mod." NAME)
 
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"

◆ PW_LOG_TOPIC_DEFAULT

#define PW_LOG_TOPIC_DEFAULT   mod_topic

Function Documentation

◆ pipewire__module_init()

◆ PW_LOG_TOPIC_STATIC()

PW_LOG_TOPIC_STATIC ( mod_topic  ,
"mod."  NAME 
)