Add two constants (with the same value) to specify the on-board CD input.

This commit is contained in:
Guido van Rossum 1998-09-24 18:09:47 +00:00
parent f4cbb9c7fa
commit f7d77009c1
1 changed files with 2 additions and 0 deletions

View File

@ -36,3 +36,5 @@ LINE_OUT = 0x04 # output to line out
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