mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
module: implement properties
This commit is contained in:
parent
c0a3220228
commit
46ad3155b5
13 changed files with 123 additions and 6 deletions
|
|
@ -214,6 +214,7 @@ struct pw_module {
|
|||
struct pw_global *global; /**< global object for this module */
|
||||
struct spa_hook global_listener;
|
||||
|
||||
struct pw_properties *properties; /**< properties of the module */
|
||||
struct pw_module_info info; /**< introspectable module info */
|
||||
|
||||
struct spa_list resource_list; /**< list of resources for this module */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue