#include <pipewire/extensions/session-manager/interfaces.h>
|  | 
| uint32_t | version | 
|  | version of this structure 
 | 
| void(* | info )(void *data, const struct pw_session_info *info) | 
|  | Notify session info. 
 | 
| void(* | param )(void *data, int seq, uint32_t id, uint32_t index, uint32_t next, const struct spa_pod *param) | 
|  | Notify a session param. 
 | 
◆ version
      
        
          | uint32_t pw_session_events::version | 
      
 
version of this structure 
 
 
◆ info
      
        
          | void(* pw_session_events::info) (void *data, const struct pw_session_info *info) | 
      
 
Notify session info. 
- Parameters
- 
  
    | info | info about the session |  
 
 
 
◆ param
      
        
          | void(* pw_session_events::param) (void *data, int seq, uint32_t id, uint32_t index, uint32_t next, const struct spa_pod *param) | 
      
 
Notify a session param. 
Event emitted as a result of the enum_params method.
- Parameters
- 
  
    | 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 |  
 
 
 
The documentation for this struct was generated from the following file: