mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
media-session: add _roundtrip helper
Add a function to force a roundtrip
This commit is contained in:
parent
fcb0031f7c
commit
9bc5d23ffe
2 changed files with 39 additions and 5 deletions
|
|
@ -154,6 +154,8 @@ struct sm_media_session {
|
|||
int sm_media_session_add_listener(struct sm_media_session *sess, struct spa_hook *listener,
|
||||
const struct sm_media_session_events *events, void *data);
|
||||
|
||||
int sm_media_session_roundtrip(struct sm_media_session *sess);
|
||||
|
||||
struct sm_object *sm_media_session_find_object(struct sm_media_session *sess, uint32_t id);
|
||||
|
||||
int sm_media_session_schedule_rescan(struct sm_media_session *sess);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue