mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
pulse: improve name of monitors
This commit is contained in:
parent
4de3403c99
commit
6d41e17ca3
3 changed files with 38 additions and 7 deletions
|
|
@ -358,6 +358,7 @@ struct pa_context {
|
|||
};
|
||||
|
||||
struct global *pa_context_find_global(pa_context *c, uint32_t id);
|
||||
const char *pa_context_find_global_name(pa_context *c, uint32_t id);
|
||||
struct global *pa_context_find_global_by_name(pa_context *c, uint32_t mask, const char *name);
|
||||
struct global *pa_context_find_linked(pa_context *c, uint32_t id);
|
||||
void pa_context_ensure_registry(pa_context *c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue