wireplumber/docs/rst/lua_api/lua_spa_device_api.rst

22 lines
564 B
ReStructuredText
Raw Normal View History

2021-05-13 17:53:51 +03:00
.. _lua_spa_device_api:
Spa Device
==========
2021-05-13 17:53:51 +03:00
.. function:: SpaDevice.get_managed_object(self, id)
2021-05-13 17:53:51 +03:00
Binds :c:func:`wp_spa_device_get_managed_object`
2021-05-13 17:53:51 +03:00
: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