mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	remote: add option for extra user data for proxy
When doing an export, make it possible to add extra data to the resulting proxy for user data.
This commit is contained in:
		
							parent
							
								
									11393ce9dd
								
							
						
					
					
						commit
						e1cbdaed0b
					
				
					 12 changed files with 30 additions and 21 deletions
				
			
		| 
						 | 
				
			
			@ -41,9 +41,9 @@ static const struct spa_dict_item module_props[] = {
 | 
			
		|||
};
 | 
			
		||||
 | 
			
		||||
struct pw_proxy *pw_remote_node_export(struct pw_remote *remote,
 | 
			
		||||
		uint32_t type, struct pw_properties *props, void *object);
 | 
			
		||||
		uint32_t type, struct pw_properties *props, void *object, size_t user_data_size);
 | 
			
		||||
struct pw_proxy *pw_remote_spa_node_export(struct pw_remote *remote,
 | 
			
		||||
		uint32_t type, struct pw_properties *props, void *object);
 | 
			
		||||
		uint32_t type, struct pw_properties *props, void *object, size_t user_data_size);
 | 
			
		||||
 | 
			
		||||
struct pw_protocol *pw_protocol_native_ext_client_node_init(struct pw_core *core);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue