mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	deviceprovider: add device provider
Add device provider Clean up states Make generic object id instead of exposing GDBusProxy Add more introspection API
This commit is contained in:
		
							parent
							
								
									cbeee04809
								
							
						
					
					
						commit
						7159ea8408
					
				
					 14 changed files with 811 additions and 41 deletions
				
			
		| 
						 | 
				
			
			@ -41,12 +41,12 @@ typedef struct _PinosStreamClass PinosStreamClass;
 | 
			
		|||
typedef struct _PinosStreamPrivate PinosStreamPrivate;
 | 
			
		||||
 | 
			
		||||
typedef enum {
 | 
			
		||||
  PINOS_STREAM_STATE_ERROR       = -1,
 | 
			
		||||
  PINOS_STREAM_STATE_UNCONNECTED = 0,
 | 
			
		||||
  PINOS_STREAM_STATE_CONNECTING  = 1,
 | 
			
		||||
  PINOS_STREAM_STATE_READY       = 2,
 | 
			
		||||
  PINOS_STREAM_STATE_STARTING    = 3,
 | 
			
		||||
  PINOS_STREAM_STATE_STREAMING   = 4,
 | 
			
		||||
  PINOS_STREAM_STATE_ERROR       = 5
 | 
			
		||||
  PINOS_STREAM_STATE_STREAMING   = 4
 | 
			
		||||
} PinosStreamState;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue