PipeWire  0.3.33
pw_node_events Struct Reference

Node events. More...

Data Fields

uint32_t version
 
void(* info )(void *object, const struct pw_node_info *info)
 Notify node info. More...
 
void(* param )(void *object, int seq, uint32_t id, uint32_t index, uint32_t next, const struct spa_pod *param)
 Notify a node param. More...
 

Detailed Description

Node events.

Field Documentation

◆ info

void(* pw_node_events::info) (void *object, const struct pw_node_info *info)

Notify node info.

Parameters
infoinfo about the node

◆ param

void(* pw_node_events::param) (void *object, int seq, uint32_t id, uint32_t index, uint32_t next, const struct spa_pod *param)

Notify a node param.

Event emitted as a result of the enum_params method.

Parameters
seqthe sequence number of the request
idthe param id
indexthe param index
nextthe param index of the next param
paramthe parameter

◆ version

uint32_t pw_node_events::version

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