mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Added QUADRO.
This commit is contained in:
parent
8496d39478
commit
25bcdb0e56
2 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@ SAMPLE_24 = 4
|
|||
|
||||
MONO = 1
|
||||
STEREO = 2
|
||||
QUADRO = 4 # 4CHANNEL is not a legal Python name
|
||||
|
||||
INPUT_LINE = 0
|
||||
INPUT_MIC = 1
|
||||
|
|
|
@ -17,6 +17,7 @@ SAMPLE_24 = 4
|
|||
|
||||
MONO = 1
|
||||
STEREO = 2
|
||||
QUADRO = 4 # 4CHANNEL is not a legal Python name
|
||||
|
||||
INPUT_LINE = 0
|
||||
INPUT_MIC = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue