mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	bluetooth: Add faststream codec
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/628>
This commit is contained in:
		
							parent
							
								
									0498e7a3d0
								
							
						
					
					
						commit
						cddb9f144a
					
				
					 7 changed files with 482 additions and 27 deletions
				
			
		| 
						 | 
				
			
			@ -26,6 +26,9 @@ typedef struct pa_bt_codec {
 | 
			
		|||
    /* Human readable codec description */
 | 
			
		||||
    const char *description;
 | 
			
		||||
 | 
			
		||||
    /* True if codec is bi-directional and supports backchannel */
 | 
			
		||||
    bool support_backchannel;
 | 
			
		||||
 | 
			
		||||
    /* Initialize codec, returns codec info data and set sample_spec,
 | 
			
		||||
     * for_encoding is true when codec_info is used for encoding,
 | 
			
		||||
     * for_backchannel is true when codec_info is used for backchannel */
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue