PipeWire  0.3.33
module-roc-source.c File Reference

Data Structures

struct  module_roc_source_data
 

Macros

#define ROC_DEFAULT_IP   "0.0.0.0"
 
#define ROC_DEFAULT_SOURCE_PORT   10001
 
#define ROC_DEFAULT_REPAIR_PORT   10002
 
#define ROC_DEFAULT_SESS_LATENCY   200
 

Functions

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

Macro Definition Documentation

◆ ROC_DEFAULT_IP

#define ROC_DEFAULT_IP   "0.0.0.0"

◆ ROC_DEFAULT_REPAIR_PORT

#define ROC_DEFAULT_REPAIR_PORT   10002

◆ ROC_DEFAULT_SESS_LATENCY

#define ROC_DEFAULT_SESS_LATENCY   200

◆ ROC_DEFAULT_SOURCE_PORT

#define ROC_DEFAULT_SOURCE_PORT   10001

Function Documentation

◆ pipewire__module_init()