mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
parent
5e9f6c8ecc
commit
8208e60b33
1 changed files with 5 additions and 0 deletions
|
|
@ -22,6 +22,9 @@
|
||||||
* DEALINGS IN THE SOFTWARE.
|
* DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef PULSE_SERVER_DEFS_H
|
||||||
|
#define PULSE_SERVER_DEFS_H
|
||||||
|
|
||||||
#define FLAG_SHMDATA 0x80000000LU
|
#define FLAG_SHMDATA 0x80000000LU
|
||||||
#define FLAG_SHMDATA_MEMFD_BLOCK 0x20000000LU
|
#define FLAG_SHMDATA_MEMFD_BLOCK 0x20000000LU
|
||||||
#define FLAG_SHMRELEASE 0x40000000LU
|
#define FLAG_SHMRELEASE 0x40000000LU
|
||||||
|
|
@ -426,3 +429,5 @@ static inline uint32_t port_type_value(const char *port_type)
|
||||||
#define METADATA_CONFIG_DEFAULT_SINK "default.configured.audio.sink"
|
#define METADATA_CONFIG_DEFAULT_SINK "default.configured.audio.sink"
|
||||||
#define METADATA_CONFIG_DEFAULT_SOURCE "default.configured.audio.source"
|
#define METADATA_CONFIG_DEFAULT_SOURCE "default.configured.audio.source"
|
||||||
#define METADATA_TARGET_NODE "target.node"
|
#define METADATA_TARGET_NODE "target.node"
|
||||||
|
|
||||||
|
#endif /* PULSE_SERVER_DEFS_H */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue