mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-19 07:00:10 -05:00
keys: add stream to avoid remixing channels
This commit is contained in:
parent
e35586cd15
commit
6184c0fe32
2 changed files with 5 additions and 2 deletions
|
|
@ -222,6 +222,7 @@ extern "C" {
|
|||
#define PW_KEY_STREAM_MONITOR "stream.monitor" /**< Indicates that the stream is monitoring
|
||||
* and might select a less accurate but faster
|
||||
* conversion algorithm. */
|
||||
#define PW_KEY_STREAM_DONT_REMIX "stream.dont-remix" /**< don't remix channels */
|
||||
|
||||
/** object properties */
|
||||
#define PW_KEY_OBJECT_LINGER "object.linger" /**< the object lives on even after the client
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue