| PipeWire 1.4.7
    | 
Port events. More...
#include <pipewire/port.h>
| Data Fields | |
| uint32_t | version | 
| void(* | info )(void *data, const struct pw_port_info *info) | 
| Notify port info. | |
| void(* | param )(void *data, int seq, uint32_t id, uint32_t index, uint32_t next, const struct spa_pod *param) | 
| Notify a port param. | |
Port events.
| uint32_t pw_port_events::version | 
| void(* pw_port_events::info) (void *data, const struct pw_port_info *info) | 
Notify port info.
| info | info about the port | 
| void(* pw_port_events::param) (void *data, int seq, uint32_t id, uint32_t index, uint32_t next, const struct spa_pod *param) | 
Notify a port 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 |