mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-25 09:05:57 -04:00
Edit overview.dox
five flags Node
This commit is contained in:
parent
d47b4974ce
commit
01b9abc5ef
1 changed files with 2 additions and 2 deletions
|
|
@ -77,7 +77,7 @@ Certain properties are, by convention, expected for specific object types.
|
||||||
|
|
||||||
Each object type has a list of methods that it needs to implement.
|
Each object type has a list of methods that it needs to implement.
|
||||||
|
|
||||||
The session manager is responsible for defining the list of permissions each client has. Each permission entry is an object ID and four flags. The four flags are:
|
The session manager is responsible for defining the list of permissions each client has. Each permission entry is an object ID and five flags. The five flags are:
|
||||||
|
|
||||||
- Read: the object can be seen and events can be received;
|
- Read: the object can be seen and events can be received;
|
||||||
- Write: the object can be modified, usually through methods (which requires the execute flag)
|
- Write: the object can be modified, usually through methods (which requires the execute flag)
|
||||||
|
|
@ -109,7 +109,7 @@ Modules in PipeWire can only be loaded in their own process. A client, for examp
|
||||||
|
|
||||||
Nodes are the core data processing entities in PipeWire.
|
Nodes are the core data processing entities in PipeWire.
|
||||||
They may produce data (capture devices, signal generators, ...), consume data (playback devices, network endpoints, ...) or both (filters).
|
They may produce data (capture devices, signal generators, ...), consume data (playback devices, network endpoints, ...) or both (filters).
|
||||||
Notes have a method `process`, which eats up data from input ports and provides data for each output port.
|
Nodes have a method `process`, which eats up data from input ports and provides data for each output port.
|
||||||
|
|
||||||
#### Ports
|
#### Ports
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue