|
PipeWire 1.6.8
|
#include <pipewire/protocol.h>
Data Fields | |
| uint32_t | version |
| struct pw_protocol_client *(*) | new_client (struct pw_protocol *protocol, struct pw_core *core, const struct spa_dict *props) |
| struct pw_protocol_server *(*) | add_server (struct pw_protocol *protocol, struct pw_impl_core *core, const struct spa_dict *props) |
| struct pw_protocol_server *(*) | add_fd_server (struct pw_protocol *protocol, struct pw_impl_core *core, int listen_fd, int close_fd, const struct spa_dict *props) |
| uint32_t pw_protocol_implementation::version |
| struct pw_protocol_client *(*) pw_protocol_implementation::new_client(struct pw_protocol *protocol, struct pw_core *core, const struct spa_dict *props) |
| struct pw_protocol_server *(*) pw_protocol_implementation::add_server(struct pw_protocol *protocol, struct pw_impl_core *core, const struct spa_dict *props) |
| struct pw_protocol_server *(*) pw_protocol_implementation::add_fd_server(struct pw_protocol *protocol, struct pw_impl_core *core, int listen_fd, int close_fd, const struct spa_dict *props) |