wireplumber/docs/rst/library/c_api/device_api.rst

22 lines
397 B
ReStructuredText
Raw Permalink Normal View History

.. _device_api:
PipeWire Device
===============
.. graphviz::
:align: center
digraph inheritance {
rankdir=LR;
GObject -> WpObject;
WpObject -> WpProxy;
WpProxy -> WpGlobalProxy;
WpGlobalProxy -> WpDevice;
GInterface -> WpPipewireObject;
WpPipewireObject -> WpDevice;
}
.. doxygenstruct:: WpDevice
.. doxygengroup:: wpdevice
:content-only: