PipeWire 1.0.5
Loading...
Searching...
No Matches
pw_impl_core_events Struct Reference

Factory events, listen to them with pw_impl_core_add_listener. More...

#include <pipewire/impl-core.h>

Data Fields

uint32_t version
 
void(* destroy )(void *data)
 the core is destroyed
 
void(* free )(void *data)
 the core is freed
 
void(* initialized )(void *data)
 the core is initialized
 

Detailed Description

Factory events, listen to them with pw_impl_core_add_listener.

Field Documentation

◆ version

uint32_t pw_impl_core_events::version

◆ destroy

void(* pw_impl_core_events::destroy) (void *data)

the core is destroyed

◆ free

void(* pw_impl_core_events::free) (void *data)

the core is freed

◆ initialized

void(* pw_impl_core_events::initialized) (void *data)

the core is initialized


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