mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
remote: add option for extra user data for proxy
When doing an export, make it possible to add extra data to the resulting proxy for user data.
This commit is contained in:
parent
11393ce9dd
commit
e1cbdaed0b
12 changed files with 30 additions and 21 deletions
|
|
@ -40,7 +40,8 @@ static const struct spa_dict_item module_props[] = {
|
|||
};
|
||||
|
||||
struct pw_proxy *pw_remote_spa_device_export(struct pw_remote *remote,
|
||||
uint32_t type, struct pw_properties *props, void *object);
|
||||
uint32_t type, struct pw_properties *props, void *object,
|
||||
size_t user_data_size);
|
||||
|
||||
struct pw_protocol *pw_protocol_native_ext_client_device_init(struct pw_core *core);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue