PipeWire  0.3.38
module-roc-sink.c File Reference
Include dependency graph for module-roc-sink.c:

Data Structures

struct  module_roc_sink_data
 

Macros

#define NAME   "roc-sink"
 
#define PW_LOG_TOPIC_DEFAULT   mod_topic
 
#define ROC_DEFAULT_IP   "0.0.0.0"
 
#define ROC_DEFAULT_SOURCE_PORT   10001
 
#define ROC_DEFAULT_REPAIR_PORT   10002
 

Functions

 PW_LOG_TOPIC_STATIC (mod_topic, "mod." NAME)
 
int pipewire__module_init (struct pw_impl_module *module, const char *args)
 

Macro Definition Documentation

◆ NAME

#define NAME   "roc-sink"

◆ PW_LOG_TOPIC_DEFAULT

#define PW_LOG_TOPIC_DEFAULT   mod_topic

◆ ROC_DEFAULT_IP

#define ROC_DEFAULT_IP   "0.0.0.0"

◆ ROC_DEFAULT_REPAIR_PORT

#define ROC_DEFAULT_REPAIR_PORT   10002

◆ ROC_DEFAULT_SOURCE_PORT

#define ROC_DEFAULT_SOURCE_PORT   10001

Function Documentation

◆ pipewire__module_init()

◆ PW_LOG_TOPIC_STATIC()

PW_LOG_TOPIC_STATIC ( mod_topic  ,
"mod."  NAME 
)