mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
media-session: expose metadata method
Expose a method to create an export metadata with a certain name.
This commit is contained in:
parent
d822a0b1d0
commit
5af2efdaa6
3 changed files with 44 additions and 38 deletions
|
|
@ -265,6 +265,8 @@ int sm_media_session_for_each_object(struct sm_media_session *sess,
|
|||
|
||||
int sm_media_session_schedule_rescan(struct sm_media_session *sess);
|
||||
|
||||
struct pw_metadata *sm_media_session_export_metadata(struct sm_media_session *sess,
|
||||
const char *name);
|
||||
struct pw_proxy *sm_media_session_export(struct sm_media_session *sess,
|
||||
const char *type, const struct spa_dict *props,
|
||||
void *object, size_t user_data_size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue