mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	get rid of 'default' min/max latencies, simplify things by just having absolute boundaries
This commit is contained in:
		
							parent
							
								
									a7246bd635
								
							
						
					
					
						commit
						9151107cb9
					
				
					 3 changed files with 9 additions and 23 deletions
				
			
		| 
						 | 
				
			
			@ -219,9 +219,9 @@ void pa_sink_unlink(pa_sink* s);
 | 
			
		|||
void pa_sink_set_description(pa_sink *s, const char *description);
 | 
			
		||||
void pa_sink_set_asyncmsgq(pa_sink *s, pa_asyncmsgq *q);
 | 
			
		||||
void pa_sink_set_rtpoll(pa_sink *s, pa_rtpoll *p);
 | 
			
		||||
 | 
			
		||||
void pa_sink_set_max_rewind(pa_sink *s, size_t max_rewind);
 | 
			
		||||
void pa_sink_set_max_request(pa_sink *s, size_t max_request);
 | 
			
		||||
 | 
			
		||||
void pa_sink_set_latency_range(pa_sink *s, pa_usec_t min_latency, pa_usec_t max_latency);
 | 
			
		||||
 | 
			
		||||
void pa_sink_detach(pa_sink *s);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue