mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
add client-node again
Add a client node again that uses the channel protocol but looks like a node in the graph.
This commit is contained in:
parent
86afa66206
commit
907bd7bfd7
16 changed files with 996 additions and 219 deletions
|
|
@ -62,6 +62,11 @@ struct _PinosLinkClass {
|
|||
/* normal GObject stuff */
|
||||
GType pinos_link_get_type (void);
|
||||
|
||||
PinosLink * pinos_link_new (PinosDaemon *daemon,
|
||||
PinosPort *output,
|
||||
PinosPort *input,
|
||||
GBytes *format_filter);
|
||||
|
||||
void pinos_link_remove (PinosLink *link);
|
||||
|
||||
GBytes * pinos_link_get_possible_formats (PinosLink *link);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue