|
PipeWire 1.6.4
|
#include <pipewire/extensions/session-manager/interfaces.h>
Data Fields | |
| uint32_t | version |
| version of this structure | |
| void(* | info )(void *data, const struct pw_endpoint_link_info *info) |
| Notify endpoint link info. | |
| void(* | param )(void *data, int seq, uint32_t id, uint32_t index, uint32_t next, const struct spa_pod *param) |
| Notify a endpoint link param. | |
| uint32_t pw_endpoint_link_events::version |
version of this structure
| void(* pw_endpoint_link_events::info) (void *data, const struct pw_endpoint_link_info *info) |
Notify endpoint link info.
| info | info about the endpoint link |
| void(* pw_endpoint_link_events::param) (void *data, int seq, uint32_t id, uint32_t index, uint32_t next, const struct spa_pod *param) |
Notify a endpoint link param.
Event emitted as a result of the enum_params method.
| seq | the sequence number of the request |
| id | the param id |
| index | the param index |
| next | the param index of the next param |
| param | the parameter |