mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 06:38:01 +02:00
session-item: improve class description
This commit is contained in:
parent
da91c5d377
commit
1e714fe784
1 changed files with 8 additions and 0 deletions
|
|
@ -18,6 +18,14 @@ WP_DEFINE_LOCAL_LOG_TOPIC ("wp-si")
|
|||
/*!
|
||||
* \struct WpSessionItem
|
||||
*
|
||||
* Session items are high level objects that wrap underlying PipeWire objects
|
||||
* and manage them. For example, a session item may be managing a node, taking
|
||||
* responsibility for configuring the PortConfig and Format parameters of the
|
||||
* node. Or another may be managing links between two nodes.
|
||||
*
|
||||
* All the implementations are provided by modules and instantiated via the
|
||||
* WpSiFactory class.
|
||||
*
|
||||
* \gproperties
|
||||
*
|
||||
* \gproperty{id, guint, G_PARAM_READABLE,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue