mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-22 12:10:04 +01:00
19 lines
287 B
ReStructuredText
19 lines
287 B
ReStructuredText
.. _proxy_api:
|
|
|
|
PipeWire Proxy
|
|
==============
|
|
.. graphviz::
|
|
:align: center
|
|
|
|
digraph inheritance {
|
|
rankdir=LR;
|
|
GObject -> WpObject;
|
|
WpObject -> WpProxy;
|
|
}
|
|
|
|
.. doxygenstruct:: WpProxy
|
|
|
|
.. doxygenstruct:: _WpProxyClass
|
|
|
|
.. doxygengroup:: wpproxy
|
|
:content-only:
|