mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	stream: clarify the queued field
This commit is contained in:
		
							parent
							
								
									31b31a6f97
								
							
						
					
					
						commit
						2fdd05d568
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
					@ -213,7 +213,10 @@ struct pw_time {
 | 
				
			||||||
					  *  of the graph or the quantum changes. */
 | 
										  *  of the graph or the quantum changes. */
 | 
				
			||||||
	uint64_t queued;		/**< data queued in the stream, this is the sum
 | 
						uint64_t queued;		/**< data queued in the stream, this is the sum
 | 
				
			||||||
					  *  of the size fields in the pw_buffer that are
 | 
										  *  of the size fields in the pw_buffer that are
 | 
				
			||||||
					  *  currently queued */
 | 
										  *  currently queued and, for audio streams, the extra
 | 
				
			||||||
 | 
										  *  data queued in the resampler. For audio streams, it
 | 
				
			||||||
 | 
										  *  is thus highly recommended to use the buffer size
 | 
				
			||||||
 | 
										  *  field as the sample count in the buffer. */
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <pipewire/port.h>
 | 
					#include <pipewire/port.h>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue