wireplumber/docs/rst/library/c_api/node_api.rst

22 lines
383 B
ReStructuredText
Raw Permalink Normal View History

.. _node_api:
PipeWire Node
=============
.. graphviz::
:align: center
digraph inheritance {
rankdir=LR;
GObject -> WpObject;
WpObject -> WpProxy;
WpProxy -> WpGlobalProxy;
WpGlobalProxy -> WpNode;
GInterface -> WpPipewireObject;
WpPipewireObject -> WpNode;
}
.. doxygenstruct:: WpNode
.. doxygengroup:: wpnode
:content-only: