mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	core: introduce pa_{sink,source}_set_fixed_latency()
This allows us to forward the fixed latency directly from the sink to the monitor source withut having to wait for pa_sink_put().
This commit is contained in:
		
							parent
							
								
									92a6141888
								
							
						
					
					
						commit
						3766850c8b
					
				
					 11 changed files with 48 additions and 16 deletions
				
			
		| 
						 | 
				
			
			@ -210,6 +210,7 @@ void pa_source_set_rtpoll(pa_source *s, pa_rtpoll *p);
 | 
			
		|||
 | 
			
		||||
void pa_source_set_max_rewind(pa_source *s, size_t max_rewind);
 | 
			
		||||
void pa_source_set_latency_range(pa_source *s, pa_usec_t min_latency, pa_usec_t max_latency);
 | 
			
		||||
void pa_source_set_fixed_latency(pa_source *s, pa_usec_t latency);
 | 
			
		||||
 | 
			
		||||
void pa_source_detach(pa_source *s);
 | 
			
		||||
void pa_source_attach(pa_source *s);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue