mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	Add two constants (with the same value) to specify the on-board CD input.
This commit is contained in:
		
							parent
							
								
									f4cbb9c7fa
								
							
						
					
					
						commit
						f7d77009c1
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -36,3 +36,5 @@
 | 
			
		|||
 | 
			
		||||
MICROPHONE = 0x01			# input from microphone
 | 
			
		||||
LINE_IN = 0x02				# input from line in
 | 
			
		||||
CD = 0x04                               # input from on-board CD inputs
 | 
			
		||||
INTERNAL_CD_IN = CD                     # input from internal CDROM
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue