mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
Add IPTOS_DSCP definition for !Linux platforms.
This commit is contained in:
parent
91250f8012
commit
b9c86f337d
1 changed files with 5 additions and 0 deletions
|
|
@ -27,6 +27,11 @@
|
||||||
|
|
||||||
#include <module-rtp/stream.h>
|
#include <module-rtp/stream.h>
|
||||||
|
|
||||||
|
#ifndef IPTOS_DSCP
|
||||||
|
#define IPTOS_DSCP_MASK 0xfc
|
||||||
|
#define IPTOS_DSCP(x) ((x) & IPTOS_DSCP_MASK)
|
||||||
|
#endif
|
||||||
|
|
||||||
/** \page page_module_rtp_sink PipeWire Module: RTP sink
|
/** \page page_module_rtp_sink PipeWire Module: RTP sink
|
||||||
*
|
*
|
||||||
* The `rtp-sink` module creates a PipeWire sink that sends audio
|
* The `rtp-sink` module creates a PipeWire sink that sends audio
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue