mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
remote: add exported signal
Add a signal to notify when a proxy id has been expored. Use this in the stream to signal the configure state.
This commit is contained in:
parent
f8b93d2a1b
commit
95c1b7d0a3
4 changed files with 14 additions and 1 deletions
|
|
@ -516,6 +516,7 @@ struct pw_proxy {
|
|||
#define pw_remote_events_sync_reply(r,s) pw_remote_events_emit(r, sync_reply, 0, s)
|
||||
#define pw_remote_events_state_changed(r,o,s,e) pw_remote_events_emit(r, state_changed, 0, o, s, e)
|
||||
#define pw_remote_events_error(r,i,res,e) pw_remote_events_emit(r, error, 0, i, res, e)
|
||||
#define pw_remote_events_exported(r,i) pw_remote_events_emit(r, exported, 0, i)
|
||||
|
||||
struct pw_remote {
|
||||
struct pw_core *core; /**< core */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue