PipeWire 1.0.6
Loading...
Searching...
No Matches
pw_endpoint_link_events Struct Reference

#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.
 

Field Documentation

◆ version

uint32_t pw_endpoint_link_events::version

version of this structure

◆ info

void(* pw_endpoint_link_events::info) (void *data, const struct pw_endpoint_link_info *info)

Notify endpoint link info.

Parameters
infoinfo about the endpoint link

◆ param

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.

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

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