mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	introspect: Minor documentation fix
s/pa_latency_info/pa_timing_info
This commit is contained in:
		
							parent
							
								
									635eef9981
								
							
						
					
					
						commit
						38c650dca9
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -522,8 +522,8 @@ typedef struct pa_sink_input_info {
 | 
				
			||||||
    pa_sample_spec sample_spec;          /**< The sample specification of the sink input. */
 | 
					    pa_sample_spec sample_spec;          /**< The sample specification of the sink input. */
 | 
				
			||||||
    pa_channel_map channel_map;          /**< Channel map */
 | 
					    pa_channel_map channel_map;          /**< Channel map */
 | 
				
			||||||
    pa_cvolume volume;                   /**< The volume of this sink input. */
 | 
					    pa_cvolume volume;                   /**< The volume of this sink input. */
 | 
				
			||||||
    pa_usec_t buffer_usec;               /**< Latency due to buffering in sink input, see pa_latency_info for details. */
 | 
					    pa_usec_t buffer_usec;               /**< Latency due to buffering in sink input, see pa_timing_info for details. */
 | 
				
			||||||
    pa_usec_t sink_usec;                 /**< Latency of the sink device, see pa_latency_info for details. */
 | 
					    pa_usec_t sink_usec;                 /**< Latency of the sink device, see pa_timing_info for details. */
 | 
				
			||||||
    const char *resample_method;         /**< The resampling method used by this sink input. */
 | 
					    const char *resample_method;         /**< The resampling method used by this sink input. */
 | 
				
			||||||
    const char *driver;                  /**< Driver name */
 | 
					    const char *driver;                  /**< Driver name */
 | 
				
			||||||
    int mute;                            /**< Stream muted \since 0.9.7 */
 | 
					    int mute;                            /**< Stream muted \since 0.9.7 */
 | 
				
			||||||
| 
						 | 
					@ -573,8 +573,8 @@ typedef struct pa_source_output_info {
 | 
				
			||||||
    uint32_t source;                     /**< Index of the connected source */
 | 
					    uint32_t source;                     /**< Index of the connected source */
 | 
				
			||||||
    pa_sample_spec sample_spec;          /**< The sample specification of the source output */
 | 
					    pa_sample_spec sample_spec;          /**< The sample specification of the source output */
 | 
				
			||||||
    pa_channel_map channel_map;          /**< Channel map */
 | 
					    pa_channel_map channel_map;          /**< Channel map */
 | 
				
			||||||
    pa_usec_t buffer_usec;               /**< Latency due to buffering in the source output, see pa_latency_info for details. */
 | 
					    pa_usec_t buffer_usec;               /**< Latency due to buffering in the source output, see pa_timing_info for details. */
 | 
				
			||||||
    pa_usec_t source_usec;               /**< Latency of the source device, see pa_latency_info for details. */
 | 
					    pa_usec_t source_usec;               /**< Latency of the source device, see pa_timing_info for details. */
 | 
				
			||||||
    const char *resample_method;         /**< The resampling method used by this source output. */
 | 
					    const char *resample_method;         /**< The resampling method used by this source output. */
 | 
				
			||||||
    const char *driver;                  /**< Driver name */
 | 
					    const char *driver;                  /**< Driver name */
 | 
				
			||||||
    pa_proplist *proplist;               /**< Property list \since 0.9.11 */
 | 
					    pa_proplist *proplist;               /**< Property list \since 0.9.11 */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue