mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -05:00
pipewire: module-roc-{sink,source}: add rudimentary ROC_INTERFACE_AUDIO_CONTROL support
This commit is contained in:
parent
b19d0ffbc3
commit
d88def09bd
6 changed files with 88 additions and 19 deletions
|
|
@ -9,8 +9,10 @@
|
|||
#define PW_ROC_DEFAULT_IP "0.0.0.0"
|
||||
#define PW_ROC_DEFAULT_SOURCE_PORT 10001
|
||||
#define PW_ROC_DEFAULT_REPAIR_PORT 10002
|
||||
#define PW_ROC_DEFAULT_CONTROL_PORT 10003
|
||||
#define PW_ROC_DEFAULT_SESS_LATENCY 200
|
||||
#define PW_ROC_DEFAULT_RATE 44100
|
||||
#define PW_ROC_DEFAULT_CONTROL_PROTO ROC_PROTO_RTCP
|
||||
|
||||
static inline int pw_roc_parse_fec_encoding(roc_fec_encoding *out, const char *str)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue