mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add ability to capture audio output to buffer (issue #2381)
This commit is contained in:
committed by
Marshall Greenblatt
parent
7b5d30e9a9
commit
58e1149c71
@ -363,6 +363,7 @@ _simpletypes = {
|
||||
'uint64': ['uint64', '0'],
|
||||
'double': ['double', '0'],
|
||||
'float': ['float', '0'],
|
||||
'float*': ['float*', 'NULL'],
|
||||
'long': ['long', '0'],
|
||||
'unsigned long': ['unsigned long', '0'],
|
||||
'long long': ['long long', '0'],
|
||||
|
Reference in New Issue
Block a user