mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
node: add option to not register a node
This commit is contained in:
parent
fa07400c2e
commit
efa35c2911
6 changed files with 23 additions and 8 deletions
|
|
@ -34,6 +34,7 @@ enum pw_spa_node_flags {
|
|||
PW_SPA_NODE_FLAG_ASYNC = (1 << 0),
|
||||
PW_SPA_NODE_FLAG_DISABLE = (1 << 1),
|
||||
PW_SPA_NODE_FLAG_ACTIVATE = (1 << 2),
|
||||
PW_SPA_NODE_FLAG_NO_REGISTER = (1 << 3),
|
||||
};
|
||||
|
||||
struct pw_node *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue