mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2025-12-20 15:50:03 +01:00
21 lines
564 B
ReStructuredText
21 lines
564 B
ReStructuredText
.. _lua_spa_device_api:
|
|
|
|
Spa Device
|
|
==========
|
|
|
|
.. function:: SpaDevice.get_managed_object(self, id)
|
|
|
|
Binds :c:func:`wp_spa_device_get_managed_object`
|
|
|
|
:param self: the spa device
|
|
:param integer id: the object id
|
|
:returns: the managed object or nil
|
|
|
|
.. function:: SpaDevice.store_managed_object(self, id, object)
|
|
|
|
Binds :c:func:`wp_spa_device_store_managed_object`
|
|
|
|
:param self: the spa device
|
|
:param integer id: the object id
|
|
:param GObject object: a GObject to store or nil to remove the existing
|
|
stored object
|