mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
proplist: Add internal API to get stream group
This moves out code from module-stream-restore and makes an internal API out of it to get a "stream group" for a given sink input or source output. This is factored out for reuse in module-filter-*. The stream group basically provides some means of attaching a logical identification to the stream (by role, application id, etc.).
This commit is contained in:
parent
c30a68ebbd
commit
1798c653db
3 changed files with 44 additions and 37 deletions
|
|
@ -25,5 +25,6 @@
|
|||
#include <pulse/proplist.h>
|
||||
|
||||
void pa_init_proplist(pa_proplist *p);
|
||||
char *pa_proplist_get_stream_group(pa_proplist *pl, const char *prefix, const char *cache);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue