mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Add link introspection
This commit is contained in:
parent
b969623ec8
commit
e6f45a7686
8 changed files with 156 additions and 39 deletions
|
|
@ -301,6 +301,10 @@ struct _PinosLinkInfo {
|
|||
uint32_t input_port_id;
|
||||
};
|
||||
|
||||
PinosLinkInfo * pinos_link_info_update (PinosLinkInfo *info,
|
||||
const PinosLinkInfo *update);
|
||||
void pinos_link_info_free (PinosLinkInfo *info);
|
||||
|
||||
|
||||
/**
|
||||
* PinosLinkInfoCallback:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue