PipeWire  0.1.9
pw_port_proxy_events Struct Reference

Port events. More...

Data Fields

uint32_t version
 
void(* info )(void *object, struct pw_port_info *info)
 Notify port info. More...
 
void(* param )(void *object, uint32_t id, uint32_t index, uint32_t next, const struct spa_pod *param)
 Notify a port param. More...
 

Detailed Description

Port events.

Field Documentation

§ info

void(* pw_port_proxy_events::info) (void *object, struct pw_port_info *info)

Notify port info.

Parameters
infoinfo about the port

§ param

void(* pw_port_proxy_events::param) (void *object, uint32_t id, uint32_t index, uint32_t next, const struct spa_pod *param)

Notify a port param.

Event emited as a result of the enum_params method.

Parameters
idthe param id
indexthe param index
nextthe param index of the next param
paramthe parameter

§ version

uint32_t pw_port_proxy_events::version

The documentation for this struct was generated from the following file: